Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ryan's Questions.
#6
1)
Code:
If GetPlayerAccess(MyIndex) = 1 Then
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)
Code:
If GetPlayerAccess(MyIndex) = 1 Then
     cmdMapeditor.Visible = False
     cmdKick.Visible = True
End If
Get it?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)