CJ Run
#1

My question is simple, how to allow all players to run like CJ, with all skins?

zClaw.
Reply
#2

pawn Код:
UsePlayerPedAnims();
Reply
#3

Quote:
Originally Posted by zxc1
Посмотреть сообщение
pawn Код:
UsePlayerPedAnims();
I have to place this under OnGameModeInit()?
Reply
#4

zClaw just put it underneath OnGameModeInit and it will work

like this
pawn Код:
public OnGameModeInit()
{
    UsePlayerPedAnims();
   
    //rest codes here
    return 1;
}
Reply
#5

Works, thanks.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)