SetTimerEx("Conta1segundo", 1000, 0, "i", playerid);public Conta1segundo(playerid){GameTextForPlayer(PLAYERID, "TEXTO", 2000, ESTILO); //2 segundos...}