Game Development Community

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

About the author

Indie Developer in the Albany NY area. iOS, PC, Mac OSX development. http://itunes.apple.com/us/artist/michael-cozzolino/id367780489


#1
05/20/2004 (6:32 am)
\client\ui\playerList.gui

PlayerListGui::update()

Look there!
#2
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