ID:169304
 
Stan44 wrote:
Jamesburrow wrote:
You do have the coding that makes an admin right? I can't remember it offhand, but that is what you would use to access that classification of verbs. That is the only problem I can think of that could stop it from working.


umm dipends...
i do not think its same as what your talken about...

do you have verb

umm first off i dont realy under stand what your saying...

any ways iv kinda start worken on nother game well part two of it... and i wonted this code to work...

    Teleport
> MouseEntered()
> src.icon+= rgb(30,30,30)
> MouseExited()
> src.icon='ban.dmi'
> icon='ban.dmi'
> icon_state="mute"
> name = "Teleport"
> layer=13
> screen_loc = "1,6"
> New(client/C)
> C.screen+=src
> Click()
> mob
> Admin
> verb
> Teleport(X as num,Y as num,Z as num)
> usr.loc= locate(X,Y,Z)
>
>


part 2 of codeing

> 
> addhud()
> checkadmin()
> if(usr.key=="Doogs"||usr.key=="Hikato"||usr.key=="Ishtama"||usr.key=="Stan44"||usr.key=="Ac19189")
> usr.admin=1
> usr.see_invisible=1
> new /obj/Invis(usr.client)
> new /obj/Fly(usr.client)
> new /obj/log(usr.client)
> new /obj/Mute(usr.client)
> new /obj/Boot(usr.client)
> new /obj/ban(usr.client)
> new /obj/shutdown(usr.client)
> new /obj/reboot(usr.client)
> new /obj/Music(usr.client)
> new /obj/uploadM(usr.client)
> new /obj/stop(usr.client)
> new /obj/teleport(usr.client)
>
>
> addhud()
> checkadmin()
> new /obj/say(usr.client);new /obj/ignore(usr.client);new /obj/Save(usr.client);new /obj/Border2(usr.client);new /obj/Help(usr.client);new /obj/top/a(usr.client);new /obj/top/b(usr.client);new /obj/top/c(usr.client);new /obj/top/d(usr.client);new /obj/top/e(usr.client);new /obj/top/f(usr.client);new /obj/top/g(usr.client);new /obj/top/h(usr.client);new /obj/top/i(usr.client);new /obj/top/j(usr.client);new /obj/top/k(usr.client);new /obj/top/l(usr.client);new /obj/top/m(usr.client)
> new /obj/Tell(usr.client) ;new /obj/teleport(usr.client)
>


I can't understand what this post is about. Are you quoting a conversation that you had with yourself?
In response to Shizzal
no... qoutring peaple from a old post
In response to Stan44
qoutring? peaple? I know what you're trying to say, but please watch the spelling a little(Especialy in the quoted post!). =)

as for your code
       Click()
mob
Admin
verb
Teleport(X as num,Y as num,Z as num)
usr.loc= locate(X,Y,Z)


Why the heck are you putting a verb under click()?
thats just stupid.
and the 'part 2' of the code, are those procs or verbs?
please clarify.

O-matic
You can't really use usr in checkadmin(), since it's a proc.

Lummox JR
In response to O-matic
O-matic wrote:
qoutring? peaple? I know what you're trying to say, but please watch the spelling a little(Especialy in the quoted post!). =)

as for your code
>        Click()
> mob
> Admin
> verb
> Teleport(X as num,Y as num,Z as num)
> usr.loc= locate(X,Y,Z)
>

Why the heck are you putting a verb under click()?
thats just stupid.
and the 'part 2' of the code, are those procs or verbs?
please clarify.

O-matic
well umm im useing a HUD and i have got BOOT REBOOT SHUTDOWN BAN MUTE and LOG into and thay all work...
and part two is to make it show up in the HUD
Part one is just just Main code... part two Displayes it in the HUD as eg Log Reboot Boot Ban Mute Shutdown Tele

i hope that helps im crapy at explaining stuff......