[Ajuda> comando mandar ou nao mandar mensagem
#5

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;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)