07.04.2013, 20:59
Take it and go away, please...
Next time, be more specific please.
pawn Код:
public OnPlayerText(playerid, text[])
{
new AnimTime = strlen(text) * 50;
ApplyAnimation(playerid, "PED", "IDLE_CHAT", 4.1, 0, 1, 1, 0, AnimTime, 1);
return true;
}
