Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Display MapNum
#1
Author: Perfekt
Difficulty: 1/5

:: CLIENT SIDE ::
Find:
Code:
' Map Editor
            If LCase(Mid(MyText, 1, 10)) = "/mapeditor" Then
                
                Call SendRequestEditMap
                MyText = ""
                Exit Sub
            End If

Beneath that, add:[code] ' MapNum
If LCase(Mid(MyText, 1, 4)) = "/map" Then
If frmMirage.picMapNum.Visible = False Then
frmMirage.picMapNum.Visible = True
frmMirage.MapP.Caption = "Map: " & GetPlayerMap(MyIndex)
If Map.Up
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)