SA-MP Forums Archive
How can I change the style of running on the Gamemode? - 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: How can I change the style of running on the Gamemode? (/showthread.php?tid=69949)



How can I change the style of running on the Gamemode? - eluzi0n - 21.03.2009

Hey. I'm a scripter on this server, and everyone wants me to change it. Can anyone tell me exactly HOW?

Much appreciated.


Re: How can I change the style of running on the Gamemode? - Pyrokid - 21.03.2009

Add this to OnGameModeInit
pawn Код:
UsePlayerPedAnims();



Re: How can I change the style of running on the Gamemode? - eluzi0n - 21.03.2009

Thanks! I'll see if it works.