Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Admin Menu done for you. (MS4) (TESTED)
#8
Now Open frmMirage and in sub Form_KeyUp()
Right under:
Code:
Call CheckInput(0, KeyCode, Shift)
Add:
Code:
If KeyCode = vbKeyF1 Then
If Player(MyIndex).Access > 0 Then
frmAdmin.Visible = False

frmAdmin.Visible = True
End If
End If
there is the code for you Night, makes it so when you push f1 the admin panel appears.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)