18.09.2016, 12:44
if player CLIMB_STAND
the animation won't work
is this code are right?
the animation won't work
is this code are right?
pawn Код:
new animlib[32];
new animname[32];
GetAnimationName(GetPlayerAnimationIndex(playerid),animlib,32,animname,32);
if(strcmp(animlib, "CLIMB_STAND", true) == 0) return 0;
{
ApplyAnimation(playerid,"ped","idle_stance",4.1,0,0,0,0,1,1);
}
}