CJ 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: CJ Run (
/showthread.php?tid=415562)
CJ Run -
zClaw - 13.02.2013
My question is simple, how to allow all players to run like CJ, with all skins?
zClaw.
Re: CJ Run -
zxc1 - 13.02.2013
Re: CJ Run -
zClaw - 13.02.2013
Quote:
Originally Posted by zxc1
|
I have to place this under OnGameModeInit()?
Re: CJ Run - Patrick - 13.02.2013
zClaw just put it underneath OnGameModeInit and it will work
like this
pawn Код:
public OnGameModeInit()
{
UsePlayerPedAnims();
//rest codes here
return 1;
}
Re: CJ Run -
zClaw - 13.02.2013
Works, thanks.