Advertisement
Guest User

put in lua/autorun

a guest
Apr 24th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function speed(ply, speed)
  2. if IsValid(ply:GetActiveWeapon()) then
  3. if ply:GetActiveWeapon():GetClass() == "weapon_ttt_unarmed" then
  4. return 1.5
  5. end
  6. end
  7. end
  8. hook.Add("TTTPlayerSpeed", "speed!", speed )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement