Okay so I know how to do ply:IsUserGroup(“BLAH”) but how would I make this so ply: steam ID. I’m not sure how to go about this?
[lua] if(ply:IsUserGroup("") or ply:IsUserGroup("") or ply:IsSuperAdmin or ply:IsAdmin()) then [/lua]
Okay so I know how to do ply:IsUserGroup(“BLAH”) but how would I make this so ply: steam ID. I’m not sure how to go about this?
[lua] if(ply:IsUserGroup("") or ply:IsUserGroup("") or ply:IsSuperAdmin or ply:IsAdmin()) then [/lua]
[lua]
if(ply:IsUserGroup("") or ply:SteamID() == “SteamID” or ply:IsSuperAdmin() or ply:IsAdmin()) then
[/lua]
Is this what you want?
its really that simple??? lol thank you that is what I’m looking for.
Shadow do you just go around and mark everything dumb?