Author Topic: A Non-stuffty Script, Admin Tags  (Read 3845 times)

did you only test it on your server without other players?
that would be why it works if you did
yes, i did ;-;

The chat only works if you have super admin. Make sure to test every single thing before releasing it, or at least say that there is a bug/issue.

Also, you need to separate the 'if' statements. Else if somebody is a VIP but not admin, it would not show.
You would need to use if(admin){}If(mod){}
or slightly better would be if(admin){}else if(mod){}
« Last Edit: April 15, 2015, 12:14:06 PM by Gambsy »

It will only work for super admins, yes.

<color:zzzzzz> doesn't work either. You can only use valid hexadecimal colors here.
For some reason torque allows anything in color tags
One of my friends routinely uses <color:monday> to get a... purple I think? shade he likes
I have no idea how it processes non hex characters tho.
And definitely bad practice

Also, you need to separate the 'if' functions.
If isn't a function
« Last Edit: April 15, 2015, 10:41:32 AM by Headcrab Zombie »

If isn't a function
You know what I meant... Corrected..
« Last Edit: April 15, 2015, 12:13:54 PM by Gambsy »