20.09.2017, 23:29
how to enable the auto chat animation when player type something icly (not /b) just simple txt
public OnPlayerText(playerid, text[])
{
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.0,0,0,0,1,1);
return 0;
}