SA-MP Forums Archive
need help with the player running/walking style - 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: need help with the player running/walking style (/showthread.php?tid=162153)



need help with the player running/walking style - steveday50 - 22.07.2010

in my gamemode the players walk and run same as in the single player (CJ running/walking).
How can i change it to other running/walking style/speed?


Re: need help with the player running/walking style - steveday50 - 22.07.2010

please help me, i realy need it


Re: need help with the player running/walking style - OldDirtyBastard - 22.07.2010

For CJ running style, Put this under OnGameModeInit()
pawn Код:
UsePlayerPedAnims();
For normal running style as noraml peds, serach and delete
pawn Код:
UsePlayerPedAnims();



Re: need help with the player running/walking style - steveday50 - 22.07.2010

thank you very much