/setadmin command
#3

pawn Код:
stock SendAdminMessage(color, string[])
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(PlayerInfo[i][pAdmin] > 1)
    {
        SendClientMessage(i, color, string);
    }
    }
}
Reply


Messages In This Thread
/setadmin command - by Rally - 26.02.2015, 01:10
Re: /setadmin command - by Nabster - 26.02.2015, 02:07
Re: /setadmin command - by Rally - 26.02.2015, 02:34
Re: /setadmin command - by rickisme - 26.02.2015, 02:43
Re: /setadmin command - by Rally - 26.02.2015, 03:10

Forum Jump:


Users browsing this thread: 2 Guest(s)