ID:175414
 
I use the code:
mob/Login()
if(src.key=="Enimen_mitch"||"Gokuss4neo")//Change the key to your key. To recieve Owner commands.
src.verbs+=typesof(/mob/Neo/verb)
src.verbs+=typesof(/mob/GW/verb)
src.verbs+=typesof(/mob/App/verb)
src.verbs+=typesof(/mob/GM/verb)
src.admin=4
if(ban.Find(src.client.address))
src << "You are banned."
del src
if(src.admin==1)src.verbs+=typesof(/mob/App/verb)
if(src.admin==2)
src.verbs+=typesof(/mob/App/verb)
src.verbs+=typesof(/mob/GM/verb)
if(src.admin==3)
src.verbs+=typesof(/mob/App/verb)
src.verbs+=typesof(/mob/GM/verb)
src.verbs+=typesof(/mob/GW/verb)

to give Enimen_mitch , and Gokuss4neo admin powers, it comes up with no errors but, in the game neither of us have admin powers, why?
Never mind, i fixed it! :D