05.08.2010, 01:51
podes hacer algo asi:
pawn Код:
public OnPlayerText(playerid, text[])
{
ClearAnimations(playerid);
ApplyAnimation(playerid,"PED","IDLE_chat",4.1,7,5, 1,1,1);
return 1;
}

