Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Add-On] Admin Panel
#1
Download This File And Extract it to

Client\Src

Then Add It To Your Source

Go To FrmMirage
and Under
Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer)
add
Code:
Case vbKeyF12
            If GetPlayerAccess(MyIndex) > 1 Then
                frmAdmin.Visible = True
            End If


Your Admin Menu Will Now Open Under F12

This is what the Admin Menu Looks Like
[Image: Untitled-41.png]
[Image: Untitled-4-12.png]
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)