22.08.2011, 23:26
Faz o que te falei acima, e troca SendMessageToAdmins por essa :
pawn Код:
public SendMessageToAdmins(color,const string[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
if(IsPlayerConnected(i) == 1)
if (GetPlayerLevel(i) >= 4 && MPAtivada[i] == true)
SendClientMessage(i, color, string);
return 1;
}