Everytime i code the Admin GM in for every server it doesn't work.i put var/const/ADMIN_KEY ="the person's Key"
But it doesn't work.Please tell me,Thanks!
and on the var/list/Admin ="the persons name"but it doesn't wpkr even if i pu the names on both.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Not a DBZ Game Maker
ID:179268
![]() Jan 26 2002, 11:00 am (Edited on Jan 26 2002, 11:07 am)
|
|
![]() Jan 26 2002, 11:09 am
|
|
Please help me,sorry to say this twise.
|
Saibaman4 wrote:
Please help me,sorry to say this twise. Good lord, man! You waited two minutes before bumping it, and there weren't even any opposing posts knocking it down! |
Vortezz wrote:
Good lord, man! You waited two minutes before bumping it, and there weren't even any opposing posts knocking it down! No.I did't do that.I posted thi 2 weeks before.Maybe you werent on your computer. |
LIER!
S_Admin 2.0 GMing[Problems] Saibaman4 (1/26/02 2:00 pm) S_Admin 2.0 GMing[Problems] Saibaman4 (1/26/02 2:09 pm) Dates are the same, times are 9 minutes apart. |
i have done the admin this tons o' times. If you cant figure it out on yuor own than dont mess with it. Its not that hard.
|
I have the same problem,but i don't put var/const/ADMIN_KEY
See post [link] . |
i know how to do it, you do not put it under var/list.admins you do this in your login code
mob/Login if(usr.key == "theadminskey") Admins += usr.key //Adds the user to admins usr.AddGMVerbs() // gives the user admin verbs putting that should work that is how i done it, it works fine for me |