Advertisement
IdoX10

give admin physgun

Oct 25th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. hook.Add( "PlayerSpawn", "givephysgun", function( ply )
  2.  
  3. if table.HasValue({"superadmin", "admin", "operator"}, ply:GetNWString("usergroup")) then
  4. ply:Give("weapon_physgun")
  5. end
  6.  
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement