SA-MP Forums Archive
Run 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Run Speed (/showthread.php?tid=273099)



Run Speed - lennyboytje - 31.07.2011

Is there anyway so the players can run faster

Greetz!


Re: Run Speed - Jay. - 31.07.2011

Yes, you probably mean they can run like CJ ? in SP.

Use

pawn Код:
UsePlayerPedAnims();
Under ongamemodeinit




Re: Run Speed - Finn - 31.07.2011

UsePlayerPedAnims should toggle CJ running animation for all skins, which is the fastest running animation.

Edit: too slow


Re: Run Speed - Kush - 31.07.2011

Quote:
Originally Posted by lennyboytje
Посмотреть сообщение
Is there anyway so the players can run faster

Greetz!
PHP код:
public OnGameModeInit()
{
   
UsePlayerPedAnims();
   return 
1;




Re: Run Speed - lennyboytje - 31.07.2011

then it works ?

Edit: THNX, it works!!


Re: Run Speed - Jay. - 31.07.2011

Quote:
Originally Posted by lennyboytje
Посмотреть сообщение
then it works ?
Why don't you try it ? Then you will find out :P


Re: Run Speed - lennyboytje - 31.07.2011

yea it works thnx!