SA-MP Forums Archive
Change running style, - 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: Change running style, (/showthread.php?tid=426751)



Change running style, - weedee152 - 30.03.2013

How to change cj running style too. The original. Running style like lsrp's or pr-rps


Re: Change running style, - DerickClark - 30.03.2013

Код:
public OnGameModeInit()
{       
UsePlayerPedAnims(); //Delete dis from your Gamemode.
return 1;
}