SA-MP Forums Archive
Let characters walk the same - 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: Let characters walk the same (/showthread.php?tid=78710)



Let characters walk the same - WipeoutNL - 22.05.2009

I have a server up and running now. I've added several scripts. Placed vehicles. Added classes. And it all works fine. But those characters from different classes don't run and move at the same speed. I don't think that's fair so I'm looking for a way to let all character's move the same.


Re: Let characters walk the same - SkyBy - 22.05.2009

Try to use under OnGameModeInit
UsePlayerPedAnims();


Re: Let characters walk the same - Klutty - 22.05.2009

I don't think thats possible.


Re: Let characters walk the same - WipeoutNL - 22.05.2009

But in most other servers, all the characters run the same and equally fast. I have the classes added under OnGameModeInit.


Re: Let characters walk the same - ICECOLDKILLAK8 - 22.05.2009

Some classes run a little faster than others, UsePlayerPedAnims will stop them from running like CJ


Re: Let characters walk the same - SkyBy - 22.05.2009

https://sampwiki.blast.hk/wiki/UsePlayerPedAnims


Re: Let characters walk the same - WipeoutNL - 22.05.2009

Thank you! That's precisely what i was looking for!