mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-27 20:43:02 +05:00
update anims
This commit is contained in:
parent
85cd942e06
commit
aa52848169
16 changed files with 7 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue