Little help with sending message to admins
#2

If 'i' player is 'AdminLevel' greater than or equal to 1
pawn Код:
stock SendReportToAdmins(msg[])
{
    new string[144];
    format(string, sizeof(string), "(Report) %s", msg);
    for(new i; i < GetMaxPlayers(); i++)
    {
        if(pInfo[i][Adminlevel] >= 1)
        {
            SCM(i, red, string);
        }
    }
}
Reply


Messages In This Thread
Little help with sending message to admins - by LeXuZ - 25.11.2014, 21:41
Respuesta: Little help with sending message to admins - by aoEXE - 25.11.2014, 21:49
Re: Little help with sending message to admins - by AnthonyTimmers - 25.11.2014, 22:03
Re: Little help with sending message to admins - by LeXuZ - 26.11.2014, 16:07

Forum Jump:


Users browsing this thread: 2 Guest(s)