Advertisement
BredIsDead

Untitled

Feb 27th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local function BunnyStrafe(cmd)
  2. if (LocalPlayer():Alive() && !LocalPlayer():OnGround() && LocalPlayer():WaterLevel() < 2 && LocalPlayer():GetMoveType() != 8 && LocalPlayer():GetMoveType() != 9 && LocalPlayer():GetMoveType() != 10) then
  3. cmd:RemoveKey(IN_JUMP)
  4. end
  5. end
  6. hook.Add("CreateMove", "BunnyStrafe", BunnyStrafe)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement