player walking style
#1

hi all,
I am making a new gamemode, but i have a problem that,
when i spawn a player, it walk like a stupid. NOte : grandlarc player walk like the same as mine.
I want player to walk like ID 0 does ( CJ )
can any one tell me how to fix
Reply
#2

UsePlayerPedAnims();

Under OnGameModeInit()
Reply
#3

Yeah it's SetPlayerNoAssPickle(); in OnGameModeInit()

pawn Код:
SetPlayerNoAssPickle(bool:nopickle = true)
{
    if(nopickle) UsePlayerPedAnims();
    printf("Players will run with a pickle of their ass");
    return 1;
}
Reply
#4

thanks stinged,,, worked and rep added
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)