27.03.2014, 14:00
I've the create the command for seat applyanimation:
But when the player speak the SEAT Animation disappears, i can't leave the PED IDLE_CHAT Animation.
How can i resolve it?
PHP код:
ApplyAnimation(playerid,"PED","SEAT_idle", 4.0, 1, 0, 0, 0, 0);
How can i resolve it?
PHP код:
if(!in_anim[playerid])
{
if(!death_mode[playerid] && !sleeping[playerid])
{
ApplyAnimation(playerid,"PED", "IDLE_CHAT",4.1,0,0,0,1,1);
if(GetPlayerSpecialAction(playerid) != SPECIAL_ACTION_DUCK) SetTimerEx("StopTalk", anim_time, false, "i", playerid);
}
else
{
SendErrorMsg(playerid,"Non puoi parlare in sistema morte.");
}