SA-MP Forums Archive
running 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)
+--- Thread: running style (/showthread.php?tid=340526)



running style - $HANI_DON - 07.05.2012

hi Everybody,
in my server the player runs very slowly
i want to set it to normal style
can u help me in this


thanxxx


Re: running style - Chris' - 07.05.2012

Try this https://sampwiki.blast.hk/wiki/UsePlayerPedAnims


Re: running style - sniperwars - 07.05.2012

pawn Code:
public OnGameModeInit()
{
      UsePlayerPedAnims();
      return 1;
}



Re: running style - $HANI_DON - 07.05.2012

thanx


Re: running style - $HANI_DON - 07.05.2012

it really helped