18.09.2016, 13:27
Try this.
PHP код:
new animlib[32];
new animname[32];
GetAnimationName(GetPlayerAnimationIndex(playerid),animlib,32,animname,32);
if(strcmp(animlib, "CLIMB_STAND", true) == 0)
{
ApplyAnimation(playerid,"ped","IDLE_stance",4.1,0,0,0,0,1,1);
}
}