SA-MP Forums Archive
Give skins the right animations - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Give skins the right animations (/showthread.php?tid=427751)



Give skins the right animations - Elysian` - 03.04.2013

How to stop all skins using CJ Run? I know it's such a newbie answer but I can't remember. Haven't scripted for a while


Re: Give skins the right animations - LarzI - 03.04.2013

Remove UsePlayerPedAnims(); from your script


Re: Give skins the right animations - JJB562 - 03.04.2013

Look for,

pawn Код:
UsePlayerPedAnims();
and remove it. That should fix your problem.

EDIT: LarzI beat me to it.