09-12-2006, 04:04 PM
Author: Perfekt
Difficulty: 1/5
:: CLIENT SIDE ::
Find:
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
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