working no foot animations in mp

This commit is contained in:
Pao
2023-02-09 22:13:51 +01:00
parent 21af15ed0e
commit 65ca3d285e
3 changed files with 11 additions and 25 deletions

View File

@@ -27,11 +27,9 @@ end
-------- ANIMATIONS
TOC_Commands["SetCrawlAnimation"] = function(player, args)
TOC_Commands["NotifyNewCrawlAnimation"] = function(player, args)
local player_id = player:getOnlineID()
sendServerCommand(player, "TOC", "SetCrawlAnimation", {})
sendServerCommand("TOC", "SetCrawlAnimation", {id = args.id, check = args.check})
end