mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-27 20:43:02 +05:00
lmfao
This commit is contained in:
parent
40142ec39d
commit
870cf943a2
3 changed files with 3 additions and 3 deletions
|
@ -366,7 +366,7 @@ hook.Add("SetupMove", "qslide", function(ply, mv, cmd)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if not ply:GetSliding() and not ply:GetJumpTurn() and ply:Alive() and
|
if onground and not ply:GetSliding() and not ply:GetJumpTurn() and ply:Alive() and
|
||||||
(ply:GetSlidingDelay() < CT) and ducking and
|
(ply:GetSlidingDelay() < CT) and ducking and
|
||||||
((ducking and sprinting and speed > runspeed * 0.5) or slippery or ply:GetDive()) then
|
((ducking and sprinting and speed > runspeed * 0.5) or slippery or ply:GetDive()) then
|
||||||
vel = math.min(speed, 541.44) * ply:GetOverdriveMult()
|
vel = math.min(speed, 541.44) * ply:GetOverdriveMult()
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION_GLOBAL = "1.0.29"
|
VERSION_GLOBAL = "1.0.30"
|
||||||
VERSION_LATEST = ""
|
VERSION_LATEST = ""
|
||||||
VERSION_CHECKED = false
|
VERSION_CHECKED = false
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.0.29
|
1.0.30
|
Loading…
Reference in a new issue