CJ Run Style
#6

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
Reply


Messages In This Thread
CJ Run Style - by KaisAggarwal - 21.09.2016, 09:01
Re: CJ Run Style - by Dice_ - 21.09.2016, 09:03
Re: CJ Run Style - by KaisAggarwal - 21.09.2016, 09:15
Re: CJ Run Style - by Banditul18 - 21.09.2016, 09:31
Re: CJ Run Style - by Politis - 29.11.2016, 14:57
Re: CJ Run Style - by Abagail - 29.11.2016, 17:40

Forum Jump:


Users browsing this thread: 1 Guest(s)