Advertisement
Guest User

command

a guest
Nov 22nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. hook.Add("PlayerNoClip","OnlyAdmin",function(ply)
  2. if ply:GetUserGroup() == "SUPERADMIN 1" or ply:GetUserGroup() == "superadmin" then return true end
  3. if ply:Team() != TEAM_ADMIN then return false end
  4. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement