Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. local whatistheirhp = ply:Health()
  2.  
  3. local function sonicrun(ply)
  4. ply:SetMaxHealth( whatistheirhp )
  5. if ply:Team() != ("TEAM_THEJEDIORDER" or "TEAM_SITH") then
  6. ply:SetRunSpeed( 120 )
  7. else
  8. ply:SetRunSpeed( 370 )
  9. end
  10. end
  11.  
  12. hook.Add( "PlayerSpawn", "fuck_you_mikey", sonicrun )
  13. hook.Add( "PlayerInitialSpawn", "fuck_you_jones", sonicrun )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement