1
0
Fork 0
mirror of https://github.com/JonnyBro/beatrun.git synced 2025-02-26 00:12:16 +05:00
Jonny_Bro (Nikita) 2024-05-13 19:27:59 +05:00
parent d8fbfa5303
commit cd2ae2baae
No known key found for this signature in database
GPG key ID: 3F1ECC04147E9BD8

View file

@ -258,7 +258,7 @@ hook.Add("SetupMove", "MESetupMove", function(ply, mv, cmd)
local activewep = ply:GetActiveWeapon()
if ply:notUsingRH() then
weaponspeed = speed_limit:GetInt()
weaponspeed = speed_limit:GetInt() + math.floor(325 - speed_limit:GetInt())
end
if (ismoving or ply:GetMantle() ~= 0) and ply:GetMESprintDelay() < CurTime() and (cmd:KeyDown(IN_SPEED) or ply:GetMantle() ~= 0 or not ply:OnGround() or (not ply:OnGround() or ply:GetMantle() ~= 0) and mv:GetVelocity().z > -450) then