24-12-2007, 08:40 PM
1) If you need more help look at how the current commands work do a search for "/mapeditor" you can see how it shows what commands are available to what access level.
2) Same thing, just look at how the other commands work. It should be pretty simple to figure out from there.
3)
Get it?
Code:
If GetPlayerAccess(MyIndex) = 1 Then
2) Same thing, just look at how the other commands work. It should be pretty simple to figure out from there.
3)
Code:
If GetPlayerAccess(MyIndex) = 1 Then
cmdMapeditor.Visible = False
cmdKick.Visible = True
End If