Sprint 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)
+--- Thread: Sprint Speed (
/showthread.php?tid=306818)
Sprint Speed -
HondaCBR - 28.12.2011
for some reason on new samp 0.3d server, sprint speed is much faster, how can I reduce it so its more realistic?
Re: Sprint Speed -
Ballu Miaa - 28.12.2011
pawn Код:
public OnGameModeInIt()
{
UsePlayerPedAnims();
}
Delete this if it's under OnGameModeInIt() callback in your GM
Re: Sprint Speed -
HondaCBR - 28.12.2011
It is but without this dont the players run wierd (like girly run? - hands moving like penguins)
Re: Sprint Speed -
Ballu Miaa - 28.12.2011
That is used for All the RP Server's! When you will Press Tab each skin will have his/her Walking style and different running style!
Re: Sprint Speed -
MP2 - 28.12.2011
You have two choices; CJ animations or ped animations. The CJ animations are okay, but a granny running like CJ doesn't exactly fit. Fine for stunt servers etc. but not so much for RP.
Ped animations are used by default. To use the CJ running animations, UsePlayerPedAnims() must be used under OnGameModeInit. It can not be changed after being used, and can not be set for certain players. Hopefully that will change one day, but I doubt it.