Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local function nofalldamage(ply, speed)
  2. if (ply:Team() == TEAM_КТО) then
  3. return 0,
  4. end
  5. end
  6.  
  7. hook.Add("GetFallDamage", "nofalljumper", nofalldamage)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement