[Ajuda> comando mandar ou nao mandar mensagem
#4

pawn Код:
public SendMessageToAdmins(color,const string[])
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i) == 1)
        {
            if (GetPlayerLevel(i) >= 4)
            {
                SendClientMessage(i, color, string);
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)