Prior_

Untitled

Nov 1st, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. hook.Add( "OnSpawnMenuOpen", "AllowCuntsToDoShit", function( ply )
  2. if !ply:GetRankCategory() == 1 !ply:Rank() > 5 and !ply:HasWeapon("weapon_physgun") and !ply:HasWeapon("gmod_tool")
  3. then return false
  4. elseif ply:CheckGroup("eventstaff")
  5. then return true
  6. end
  7. end )
Add Comment
Please, Sign In to add comment