04.08.2010, 16:48
Prueba a poner primero la animaciуn de sentado y luego la de hablar.
pawn Код:
public OnPlayerText(playerid, text[])
{
// Animaciуn de sentarse.
ApplyAnimation(playerid,"PED","IDLE_chat",4.1,7,5, 1,1,1);
return 1;
}

