[Help] CJ run ped. - 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: [Help] CJ run ped. (
/showthread.php?tid=278891)
[Help] CJ run ped. -
DanTzi - 24.08.2011
How can I script that everyskin will run like CJ?
Re: [Help] CJ run ped. -
=WoR=Varth - 24.08.2011
https://sampwiki.blast.hk/wiki/UsePlayerPedAnims
Re: [Help] CJ run ped. -
FireCat - 24.08.2011
Quote:
Originally Posted by DanTzi
How can I script that everyskin will run like CJ?
|
On your OnGameModeInit
put
UsePlayerPedAnims();
Like so:
pawn Код:
public OnGameModeInit()
{
UsePlayerPedAnims();
return 1;
}
Re: [Help] CJ run ped. -
=WoR=G4M3Ov3r - 24.08.2011
PHP код:
public OnGameModeInit()
{
UsePlayerPedAnims();
return 1;
}
Edit : Late, Thanks to the 120 Seconds forum wait ^^.
Re: [Help] CJ run ped. -
DanTzi - 24.08.2011
Thank you
Re: [Help] CJ run ped. -
Generation-X - 24.08.2011
I think it has been asked for many times.
Use 'search' first before you ask.
Follow the comment 4 & 5.
Re: [Help] CJ run ped. -
FaldiGunZ - 25.07.2012
Thanks bro, i will using it on my server