Ajuda com menssagem
#4

O que vocк precisa fazer й algo mais ou menos assim..

no topo do gm..

pawn Код:
new Time[MAX_PLAYERS]
Ai no teu comando vocк faz algo assim:
pawn Код:
format(string, sizeof(string), "%s estб pedindo reforзo", nome);
MSGTime(string);

pawn Код:
forward MSGTime(string[]);
public MSGTime(string[])
{
    foreach(Player, i)//Aqui й um loop normal, mas eu uso foreach
    {
        if(GetPVarInt(i, "Logado") > 0)//Verifica se o jogador estб logado (IsPlayerConnected)
        {
            if(Time[i] == 1)
            {
                SendClientMessage(i, cor, string);
            }
            else if(Time[i] == 2)
            {
                SendClientMessage(i, cor, string);
            }
            else if(Time[i] == 3)
            {
                SendClientMessage(i, cor, string);
            }
            else if(Time[i] == 4)
            {
                SendClientMessage(i, cor, string);
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
Ajuda com menssagem - by xxzim - 09.08.2011, 17:14
Re: Ajuda com menssagem - by trollv - 10.08.2011, 01:22
Respuesta: Ajuda com menssagem - by xxzim - 10.08.2011, 15:53
Re: Ajuda com menssagem - by MiTToS - 10.08.2011, 16:05
Respuesta: Ajuda com menssagem - by xxzim - 10.08.2011, 16:47
Re: Ajuda com menssagem - by MiTToS - 10.08.2011, 17:57

Forum Jump:


Users browsing this thread: 4 Guest(s)