SA-MP Forums Archive
How to i change this? - 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 i change this? (/showthread.php?tid=400535)



How to i change this? - James Coral - 19.12.2012

How to change walking style ?


Re: How to i change this? - Huxley - 19.12.2012

Add UsePlayerPedAnims(); in OnGameModeInIt callback.


Re: How to i change this? - James Coral - 19.12.2012

Code?? Please


Re: How to i change this? - Huxley - 19.12.2012

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



Re: How to i change this? - James Coral - 19.12.2012

and how does it should work?


Re: How to i change this? - Huxley - 19.12.2012

From normal pedestrian walking/running style, all of them were swapped and changed into CJ's walking/running style (which is faster).


Re: How to i change this? - James Coral - 19.12.2012

ok thanks (+rep)