SA-MP Forums Archive
How to change the run the player does not run like CJ - 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 to change the run the player does not run like CJ (/showthread.php?tid=505749)



How to change the run the player does not run like CJ - kurniarocki - 10.04.2014

How to change the run the player does not run like CJ??
i want player run is slow not like CJ style


Re: How to change the run the player does not run like CJ - Viprous - 10.04.2014

Remove UsePlayerPedAnims();

From ongamemodeinit.


Re: How to change the run the player does not run like CJ - shahryar2 - 10.04.2014

remove UsePlayerPedAnims(); or if u dont have that then just put it under ongamemodeinit


Re: How to change the run the player does not run like CJ - Bingo - 10.04.2014

Quote:
Originally Posted by shahryar2
Посмотреть сообщение
remove UsePlayerPedAnims(); or if u dont have that then just put it under ongamemodeinit
First remove then add again? Drunk?

If you want fast add this:-
Under public OnGameModeInit.

pawn Код:
UsePlayerPedAnims();
If slow then just remove this line or do this
pawn Код:
//UsePlayerPedAnims();



Re: How to change the run the player does not run like CJ - shahryar2 - 10.04.2014

i said if he dosent have UsePlayerPedAnims(); then he can add it
gosh plz read and then write


Re: How to change the run the player does not run like CJ - Hanuman - 10.04.2014

Quote:
Originally Posted by [vTc]Patroool
Посмотреть сообщение
First remove then add again? Drunk?

Add
pawn Код:
UsePlayerPedAnims();
Under public OnGameModeInit.
Quote:
Originally Posted by shahryar2
Посмотреть сообщение
i said if he dosent have UsePlayerPedAnims(); then he can add it
gosh plz read and then write
Pls both of u read it again. He want that the player doesn't run like CJ. He wants a slow running.

So just Search for "UsePlayerPedAnims();" and remove it(U will find it under OnGamemodeInit()


Re: How to change the run the player does not run like CJ - Bingo - 10.04.2014

Quote:
Originally Posted by Hanuman
Посмотреть сообщение
Pls both of u read it again. He want that the player doesn't run like CJ. He wants a slow running.

So just Search for "UsePlayerPedAnims();" and remove it(U will find it under OnGamemodeInit()
Yes,nI added both.

Quote:
Originally Posted by shahryar2
Посмотреть сообщение
i said if he dosent have UsePlayerPedAnims(); then he can add it
gosh plz read and then write
I will gift glasses .

"remove UsePlayerPedAnims(); or if u dont have that then just put it under ongamemodeinit"