SA-MP Forums Archive
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)
+--- Thread: CJ Run Style (/showthread.php?tid=617436)



CJ Run Style - KaisAggarwal - 21.09.2016

How to add cj running style to my server?

I mean my character runs as if in some roleplay servers
I wanna change it back to cj run style (Default by singleplayer gta)

Help me give me link to that script or download link and how to install im newbie script please do help


Re: CJ Run Style - Fairuz - 21.09.2016

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


Re: CJ Run Style - KaisAggarwal - 21.09.2016

How can i upload it?
I need files not written codes.


Re: CJ Run Style - Banditul18 - 21.09.2016

Quote:
Originally Posted by KaisAggarwal
Посмотреть сообщение
How can i upload it?
I need files not written codes.
Scripting is "written codes" , and that function is all you need to make cj run style , you don't need files.Try to learn the basics first , it's essential.


Re: CJ Run Style - Politis - 29.11.2016

And me too pls who knows any [FS] about that post!


Re: CJ Run Style - Abagail - 29.11.2016

Quote:
Originally Posted by Banditul18
Посмотреть сообщение
Scripting is "written codes" , and that function is all you need to make cj run style , you don't need files.Try to learn the basics first , it's essential.
He means that he doesn't understand how to implement the function into his server. To answer the original poster, place the UsePlayerPedAnims() function anywhere within your OnGameModeInit callback in your gamemode. Example:
pawn Код:
public OnGameModeInit()
{
    UsePlayerPedAnims();
    return 1;
}
More Information: https://sampwiki.blast.hk/wiki/UsePlayerPedAnims