Prior_

Untitled

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