• how check if player is admin clientside ?
    4 replies, posted
Is there any way to let the client to know if is admin?? or his group? thanks
You call the function IsAdmin() on the player, clientside.
call the player in question a homo and if they ban you they're a mod
LocalPlayer():IsAdmin()
You could use two different ways i belive: ply:IsAdmin() ply:GetUserGroup() If you use the second option you need to compqre it to a rank
Sorry, you need to Log In to post a reply to this thread.