CJ Run 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: CJ Run Style (
/showthread.php?tid=200445)
CJ Run Style -
Noss* - 18.12.2010
Solution Found - UsePlayerPedAnims();
Re: CJ Run Style -
blackwave - 18.12.2010
Quote:
Originally Posted by Noss*
I'm creating my new gamemode and i'm wondering,how can i set the the normal Run Style,Which is quite slow to the CJ One where you run really fast.
Thanks.
|
on OnGameModeInit or OnFilterScriptInit, depending if your using GM or fs:
Re: CJ Run Style -
ExeC - 18.12.2010
OnGameModeInit, UsePlayerPedAnims();
Re: CJ Run Style -
Ukrainian - 18.12.2010
Delete from gamemode
"UsePlayerPedAnims();"
Re: CJ Run Style -
Ukrainian - 18.12.2010
oops,delete please my message)
Re: CJ Run Style -
ExeC - 18.12.2010
Quote:
Originally Posted by Ukrainian
Delete from gamemode
"UsePlayerPedAnims();"
|
Delete? Then it doesn't work, UsePlayerPedAnims make's all skins run like Cj.
By the way, blackwave, you were faster than me.
Re: CJ Run Style -
Noss* - 18.12.2010
Thanks guys.