[AJUDA] Function is not implemented
#2

Topo do GM:
pawn Код:
forward SendAdminMessage(color, string[]);
Final do GM:
pawn Код:
public SendAdminMessage(color, string[])
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(PlayerInfo[i][pAdmin] >= 1)
            {
                SendClientMessage(i, color, string);
            }
        }
    }
}
Reply


Messages In This Thread
[AJUDA] Function is not implemented - by Uriknai - 06.11.2011, 20:18
Re: [AJUDA] Function is not implemented - by gabrielbnv - 06.11.2011, 20:22
Re: [AJUDA] Function is not implemented - by Uriknai - 06.11.2011, 20:25

Forum Jump:


Users browsing this thread: 1 Guest(s)