SA-MP Forums Archive
[HELP]With the move - 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: [HELP]With the move (/showthread.php?tid=308793)



[HELP]With the move - Tamao_Serizawa - 05.01.2012

I need help.How can i change the running style and walking style to the normal ped.((I dont want,cj runnning/walking
style moving))
Help me please


Re: [HELP]With the move - mineralo - 05.01.2012

public OnGameModeInit()
{
UsePlayerPedAnims();
return 1;
}


Re: [HELP]With the move - Tamao_Serizawa - 05.01.2012

It doesnt happen anything it still runs like Carl Johnson


Re: [HELP]With the move - Infamous - 05.01.2012

Search for the code posted above my post and remove it from your script. This will give all peds their default running styles.


Re: [HELP]With the move - Tamao_Serizawa - 05.01.2012

What is the link??


Re: [HELP]With the move - Konstantinos - 05.01.2012

Players run/walk normally.
If you add on your GameMode or FS this:
pawn Код:
UsePlayerPedAnims();
Players will run/walk like CJ.