Am I / Is he) an admin?
by Alex Huck · in Technical Issues · 05/19/2006 (11:11 pm) · 2 replies
Hi,
How I'd go about figuring out a players status (Bot, Admin, Super)? Is there an %obj.getClientType(); or something that can do this?
How I'd go about figuring out a players status (Bot, Admin, Super)? Is there an %obj.getClientType(); or something that can do this?
About the author
#2
05/20/2006 (11:20 am)
You can use%client.isAiControlled(),
%client.isAdmin,
%client.isSuperAdmin
Torque Owner Martin de Richelieu