Running speed - 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: Running speed (
/showthread.php?tid=124453)
Running speed -
Roperr - 30.01.2010
The thing that buggs me is that CJ, my default skin runs faster than other skins.
I have a DM server and running slow isn't wanted really..
Can I somehow set that all skins run at same speed?
Help me please.
Thank you
Re: Running speed -
Zafire2008 - 30.01.2010
Use this
UsePlayerPedAnims();
put it on "OnGameModeInit"
public OnGameModeInit()
{
UsePlayerPedAnims();
return 1;
}
Re: Running speed -
philmckrakin - 30.01.2010
put UsePlayerPedAnims(); under OnGamemodeInit() i think someone once called it anti "fag run" lol this will make all skins run like CJ
Re: Running speed -
Roperr - 30.01.2010
Thank you guys, I really appriciate it.