Advertisement
Guest User

3nforc3r 3

a guest
Feb 23rd, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local t = ply:Team()
  2.  
  3. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed, GAMEMODE.Config.runspeed)
  4.     if t == TEAM_FREERUNNER then
  5.         GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed, GAMEMODE.Config.runspeed + 100)
  6.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement