SA-MP Forums Archive
How to remove CJ running? - 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: How to remove CJ running? (/showthread.php?tid=514191)



How to remove CJ running? - Bar12 - 20.05.2014

^Subject^


Re: How to remove CJ running? - Konstantinos - 20.05.2014

Not that hard: https://www.******.com/search?q=samp...m=122&ie=UTF-8


Re: How to remove CJ running? - RajatPawar - 20.05.2014

UsePlayerPedAnims

Woops, late


Re: How to remove CJ running? - ThatThoseTheThy - 20.05.2014

Код:
public OnGameModeInit()
{
    UsePlayerPedAnims();
    return 1;
}