ID:179268
 
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
Please help me,sorry to say this twise.
In response to Saibaman4
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!
In response to Vortezz
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.
In response to Saibaman4
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.
In response to Nadrew
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.
In response to Scoobert
I have the same problem,but i don't put var/const/ADMIN_KEY
See post [link] .
In response to SSJ4_Gohan_Majin
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

In response to Phenix 2nd Clone
DUDE,It works THANKS!