17-10-2008, 10:37 PM
100% working and tested!
If it doesnt work thats your fault for messing something up.
[spoiler]Open up frmMirage and add a command button called
btnAdmin
double click and a code window will pop up, Put this inbetween Private Sub btnAdmin_Click() and End Sub right under it.
[/spoiler]
You can add a F1 Or a button if you want..If you want to follow what I put above click the spoiler...(I tested it but most people might want something else)
Then download frmAdmin and add it to the src Folder.
RAPIDSHARE - http://rapidshare.com/files/155030086/frmAdmin.frm.html
MEGAUPLOAD - http://www.megaupload.com/?d=1QE92IQ1
Then you done! Thanks Credits to
10% Me
70% Doomteam1
20% For my lungs letting me breath to give oxygen to my brain.
If it doesnt work thats your fault for messing something up.
[spoiler]Open up frmMirage and add a command button called
btnAdmin
double click and a code window will pop up, Put this inbetween Private Sub btnAdmin_Click() and End Sub right under it.
Code:
If GetPlayerAccess(MyIndex) >= ADMIN_MONITER Then
frmAdmin.Visible = True
Else
If GetPlayerAccess(MyIndex) >= 0 Then
frmAdmin.Visible = False
Call AddText("You cannot open up the admin menu.", BrightRed)
End If
End If
You can add a F1 Or a button if you want..If you want to follow what I put above click the spoiler...(I tested it but most people might want something else)
Then download frmAdmin and add it to the src Folder.
RAPIDSHARE - http://rapidshare.com/files/155030086/frmAdmin.frm.html
MEGAUPLOAD - http://www.megaupload.com/?d=1QE92IQ1
Then you done! Thanks Credits to
10% Me
70% Doomteam1
20% For my lungs letting me breath to give oxygen to my brain.