Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local allowedgroups = {"Ranks"}
  2.  
  3. hook.Add("PrePACConfigApply", "RankRestict", function(ply, outfit_data)
  4. if (!table.HasValue(allowedgroups, ply:GetUserGroup())) then
  5. return false, "Pac3 is resticted from this rank."
  6. end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement