SA-MP Forums Archive
How can i change how the player walks/run - 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: How can i change how the player walks/run (/showthread.php?tid=406460)



How can i change how the player walks/run - McDavidson - 10.01.2013

Hey guys i got a script but the problem is that the player walks/run like a gay and i want him to walk/run like CJ when you begin in Single Player how can i do that?


Re: How can i change how the player walks/run - DaRk_RaiN - 10.01.2013

Add this in OnGameModeInIt and he won't run like a gay anymore
pawn Код:
UsePlayerPedAnims();



Re: How can i change how the player walks/run - SilverKiller - 10.01.2013

Quote:
Originally Posted by DaRk_RaiN
Посмотреть сообщение
he won't run like a gay anymore
Lol! GAY? XD

Anyway,

Type This Under OnGameModeInIt

pawn Код:
UsePlayerPedAnims();



Re: How can i change how the player walks/run - blackbhuta - 10.01.2013

Код:
public OnGameModeInit()
{
	UsePlayerPedAnims();



Re: How can i change how the player walks/run - EAsT-OAK_510 - 10.01.2013

Its funny how 3 people asked this today.

Use the search button next time my friend.