Super or Server Admin
by Michael Cozzolino · in Torque Game Engine · 05/20/2004 (5:32 am) · 2 replies
I'm trying to figure out how to find out if the connected client is a Super Admin or not.
Something along the lines of
if(this is SuperAdmin)
{
Do something
}
Thanks,
Coz
Something along the lines of
if(this is SuperAdmin)
{
Do something
}
Thanks,
Coz
About the author
Indie Developer in the Albany NY area. iOS, PC, Mac OSX development. http://itunes.apple.com/us/artist/michael-cozzolino/id367780489
#2
Coz
05/20/2004 (8:43 am)
Thanks Westy I was looking all over before I went to work and couldn't think of any other logical places. I will look when I get home and again thank you.Coz
Torque Owner Westy
PlayerListGui::update()
Look there!