[Ajuda] Comando "@" "!", etc
#2

Tente:
pawn Код:
public OnPlayerText(playerid, text[])
{
    if((text[0] == '@') && (IsPlayerAdmin(playerid)))
    {
        for(new i = 0; i <= GetMaxPlayers(); i++)
        {
            if(!IsPlayerAdmin(i)) continue;
            SendClientMessage(i, 0xE3191999, text);
            return 0;
        }
    }
    return 1;
}
Reply


Messages In This Thread
[Ajuda] Comando "@" "!", etc - by [Red]Maninho - 08.07.2011, 16:32
Re: [Ajuda] Comando "@" "!", etc - by Josma_cmd - 08.07.2011, 16:53
Re: [Ajuda] Comando "@" "!", etc - by wallon - 08.07.2011, 16:54
Re: [Ajuda] Comando "@" "!", etc - by Shadoww5 - 08.07.2011, 17:08
Respuesta: [Ajuda] Comando "@" "!", etc - by [Red]Maninho - 08.07.2011, 17:13
Re: [Ajuda] Comando "@" "!", etc - by Josma_cmd - 08.07.2011, 17:15
Re: [Ajuda] Comando "@" "!", etc - by rjjj - 08.07.2011, 17:19
Respuesta: [Ajuda] Comando "@" "!", etc - by [Red]Maninho - 08.07.2011, 17:35

Forum Jump:


Users browsing this thread: 5 Guest(s)