Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. function spawnRules(ply)
  2.     ply:SetWalkSpeed(192)
  3.     ply:SetRunSpeed(192)
  4.     ply:StripWeapons()
  5.  
  6. --  if you want to give the player weapons, remove the -- on the next lines
  7. --  ply:Give("weapon_smg1")
  8. --  ply:GiveAmmo(450,"smg1")
  9. end
  10. --  Hook the function with the event
  11. hook.Add( "PlayerSpawn", "NewRules", spawnRules )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement