public OnPlayerText(playerid, text[]) { ApplyAnimation(playerid, "GANGS", "prtial_gngtlkA", 4.1, 0, 1, 1, 1, strlen(text) * 100, 1); SetTimerEx("StopChatting", strlen(text) * 100, false, "d", playerid); return 0; }