compound statement not closed at the end of file
m1 = random(sizeof(Anuncios));
new random2 = random(sizeof(CoresAnuncios));
format(TextoString, sizeof(TextoString), "%s", Anuncios[random1]);
SendClientMessageToAll(CoresAnuncios[random2],TextoString);
return 1;