SA-MP Forums Archive
[HELP !!] Walkstyle - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP !!] Walkstyle (/showthread.php?tid=113469)



[HELP !!] Walkstyle - boynumber5 - 13.12.2009

i want to change walk style for my script, what should i do ?


Re: [HELP !!] Walkstyle - *ToM* - 13.12.2009

Quote:
Originally Posted by boynumber5
i want to change walk style for my script, what should i do ?
UsePlayerPedAnims();

put it under OnGameModeInit callback, to change walk style to the cj's one


Re: [HELP !!] Walkstyle - boynumber5 - 14.12.2009

Quote:

UsePlayerPedAnims();

put it under OnGameModeInit callback, to change walk style to the cj's one

thx for help.