Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local blacklisted_groups = {
  2. "user"
  3. }
  4.  
  5. hook.Add("PlayerSpawnProp", "disallowpropspawning", function(ply)
  6. return !table.HasValue(blacklisted_groups, ply:GetUserGroup())
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement