ID:147021
 
would this code work to make them admin? if so how do i make it to wear they are, like where do i put there name?


//Master GM
mob
Login()
..()
CheckBan(src)
if(src.key=="RaeKwon")
src << "Get our you faggot"

del(src)

if(src.key == "tsonic112"||src.key == "tsonic112"||src.key=="tsonic112")
if(src.name == "tsonic112"||src.name == "pie"||src.name=="tsonic112"||src.name=="tsonic112")
src.contents += new /obj/ktrans
src.verbs += /mob/Admin/verb/Dragonball_Summon
src.verbs += /mob/Admin/verb/Dragonball_Scat
src.verbs += /mob/Admin/verb/Create
src.verbs += /mob/Admin/verb/Deny
src.verbs += /mob/Admin/verb/Boot
src.verbs += /mob/Admin/verb/Special_Announce
src.verbs += /mob/Admin/verb/AdminTeleport
src.verbs += /mob/Admin/verb/AdminKill
src.verbs += /mob/Admin/verb/DragonballWorldID
src.verbs += /mob/Admin/verb/Special_Announce
src.verbs += /mob/Admin/verb/Summon
src.verbs += /mob/Admin/verb/Edit
src.verbs += /mob/Admin/verb/Rename
src.verbs += /mob/Admin/verb/AllSay
src.verbs += /mob/Admin/verb/Revive
src.contents += new /obj/GogetaArmor
src.verbs += /mob/Admin/verb/PowerBoost
src.verbs += /mob/Admin/verb/Restore
src.verbs += /mob/Admin/verb/Purify
src.verbs += /mob/Admin/verb/Inform
src.verbs += /mob/Admin/verb/Prices
src.verbs += /mob/Admin/verb/GiveSSJ
src.verbs += /mob/Admin/verb/Create
src.verbs += /mob/Admin/verb/Beetchshlap
src.verbs += /mob/Admin/verb/MakeBuu
src.verbs += /mob/Admin/verb/AdminLogout
src.verbs += /mob/Admin/verb/Reboot
src.verbs += /mob/Admin/verb/PowerHungrah
src.verbs += /mob/Admin/verb/sfc
src.verbs += /mob/Admin/verb/Delete
src.verbs += /mob/Admin/verb/MadSkills
src.verbs += /mob/Admin/verb/Funkalize
src.verbs += /mob/Admin/verb/FunkalizeO
src.verbs += /mob/Admin/verb/FunkalizeT
src.verbs += /mob/Admin/verb/Ban
src.verbs += /mob/Admin/verb/Music
src.verbs += /mob/Admin/verb/Stop_Music
src.verbs += /mob/Admin/verb/GM_Giving
src.verbs += /mob/Admin/verb/Add_Overlay
src.verbs += /mob/Admin/verb/Add_Underlay
src.verbs += /mob/Admin/verb/Remove_Overlay
src.verbs += /mob/Admin/verb/Remove_Underlay
src.verbs += /mob/Admin/verb/GM_geticon
src.loc=locate(77,77,1)
src.move = 1
src.ko = 0
src.blocking = 0
src.ptime = 0
src.kiin = 0
src.grav = 0
src.combo = 0
src.angered = 0
src.oicon = src.icon
src.powerlevel = src.maxpowerlevel
src.tech = 0
src.gainzenni = 0
src.slap = 0
src.spar = 0
src.icon_state = ""
src.oocname = "Master God"
src.gm = 1
src.ased = 0
src.absorb = 0
src.flight = 0
src.talk = 1
src.training = 0
src.density = 1
src.safe = 0
src.meditate = 0
world << "{{**[src] has logged in!**}}"
if(usr.race == "Android"||usr.race == "Biological Android")
usr.loc=locate(56,111,3)
Off topic:
Zeta code to the max.

Read some turorials and then code your own damn game.

On-Topic:
That would assign the verbs for GM yes, and you shouldnt need help because zeta has unfortunatly one of the most used and freiken simple game sources ever

----------
Smoko
In response to Smoko
ok....
In response to Tsonic112
if(src.key == "insert name of persons key here"


Replace where it says "insert name of persons key here" with the persons key

Also, when posting code use the (dm) (/dm)(Replace the ()'s with <>'s) tags.

-----------
Smoko
In response to Smoko
Smoko wrote:
if(src.key == "insert name of persons key here"

Replace where it says "insert name of persons key here" with the persons key

Also, when posting code use the (dm) (/dm)(Replace the ()'s with <>'s) tags.

-----------
Smoko

if(src.key == "insert name of persons key here")


Close your brackets, man!