SA-MP Forums Archive
( PEN1 LV By Sneaky ) Run Speed Fix ? - 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: ( PEN1 LV By Sneaky ) Run Speed Fix ? (/showthread.php?tid=74400)



( PEN1 LV By Sneaky ) Run Speed Fix ? - wYh0iUt - 22.04.2009

Sooo ... how can i fix the running speed of my server ? cause all are runing like fags ( so slow ) Only the admin skin is running normaly any advice ? Thnx


Re: ( PEN1 LV By Sneaky ) Run Speed Fix ? - ICECOLDKILLAK8 - 22.04.2009

UsePlayerPedAnims


Re: ( PEN1 LV By Sneaky ) Run Speed Fix ? - wYh0iUt - 22.04.2009

How the ... to do this ... sry but i am "fresh" at this so can you explain like you are talking with alien ?


Re: ( PEN1 LV By Sneaky ) Run Speed Fix ? - wYh0iUt - 22.04.2009

I just want to fix the damn running to normaly


Re: ( PEN1 LV By Sneaky ) Run Speed Fix ? - ICECOLDKILLAK8 - 22.04.2009

1) Dont double post
2) OnGameModeInit->UsePlayerPedAnims();


Re: ( PEN1 LV By Sneaky ) Run Speed Fix ? - wYh0iUt - 22.04.2009

It have to be something like this ?

Код:
//------------------------------------------------------------------------------------------------------
public OnGameModeInit()
{
  UsePlayerPedAnims();
	LoadConfig();
	LoadTmp();
	LoadProperty();
	LoadBizz();
	LoadSBizz();
Cause this its not working :S


Re: ( PEN1 LV By Sneaky ) Run Speed Fix ? - HB - 22.04.2009

Quote:
Originally Posted by wYh0iUt
It have to be something like this ?

Код:
//------------------------------------------------------------------------------------------------------
public OnGameModeInit()
{
  UsePlayerPedAnims();
	LoadConfig();
	LoadTmp();
	LoadProperty();
	LoadBizz();
	LoadSBizz();
Cause this its not working :S
It is working.


Re: ( PEN1 LV By Sneaky ) Run Speed Fix ? - wYh0iUt - 22.04.2009

No its not i tried it 3-4 Times and its running like usual

any other advices ?


Re: ( PEN1 LV By Sneaky ) Run Speed Fix ? - OrlGiNS - 22.04.2009

Quote:
Originally Posted by wYh0iUt
No its not i tried it 3-4 Times and its running like usual

any other advices ?
this is the only way to stop the skin gay running... u must have something wrong


Re: ( PEN1 LV By Sneaky ) Run Speed Fix ? - wYh0iUt - 22.04.2009

Here is the PWN can you check it ?