09.02.2013, 21:25
Under "OnPlayerText"
Add
Not sure if its the right Anim, but that should get you started.
NOTE: you will need I clear the Anim if the text is not so long etc.
Add
pawn Код:
public OnPlayerText(playerid, text[])
{
AApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,1,1,1,0,aTime);
return 1;
}
NOTE: you will need I clear the Anim if the text is not so long etc.

