Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Access Level
#3
Make two text boxes call them txtPlayerName and txtPlayerAccess. Make a label and call it lblSetAccess.

Double click the label. Enter this code.

Code:
Private Sub lblSetAccess_Click()
    If GetPlayerAccess(MyIndex) < ADMIN_CREATOR Then Exit Sub
    Call SendSetAccess(txtPlayerName.Text, txtPlayerAccess.Text)
End Sub
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)