update anims

This commit is contained in:
Jonny_Bro (Nikita) 2023-10-04 09:49:02 +05:00
parent 85cd942e06
commit aa52848169
16 changed files with 7 additions and 0 deletions

View file

@ -111,6 +111,13 @@ hook.Add("CanDrive", "BlockDrive", function(ply)
if not ply:IsSuperAdmin() then return false end
end)
-- hook.Add("SetupMove", "TestingSomething", function(ply, mv)
-- local weapon = ply:GetActiveWeapon()
-- if not IsValid(weapon) then return end
-- if not weapon.SetupMove then return end
-- end)
if CLIENT and game.SinglePlayer() then
net.Receive("SPParkourEvent", function()
local event = net.ReadString()