12.11.2010, 04:45
I've made this function under OnPlayerText:
But it doesn't shows any animation when I type something.. The timer is forwarded to clearanimations. Does anyone has a idea why this ain't working?
Код:
if(GetPlayerState(playerid) == 1) { SetTimerEx("StopTalk", strlen(text)*80, false, "i", playerid); ApplyAnimation(playerid,"PED","factalk",4.1,0, 0, 0, 0, 0); }