SendMessageToAdmins Sending to all players
#2

pawn Код:
stock SendMessageToAdmins(const string[])
{
    for(new i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) == 1) if(pInfo[i][Adminlevel] > 0) SendClientMessage(i, -1, string);
    return 1;
}
Reply


Messages In This Thread
SendMessageToAdmins Sending to all players - by tyler12 - 09.08.2012, 12:41
Re: SendMessageToAdmins Sending to all players - by fiki574 - 09.08.2012, 12:44
Re: SendMessageToAdmins Sending to all players - by IceMeteor - 09.08.2012, 13:05
Re: SendMessageToAdmins Sending to all players - by [MM]RoXoR[FS] - 09.08.2012, 13:10
Re: SendMessageToAdmins Sending to all players - by oliverrud - 09.08.2012, 13:12
Re: SendMessageToAdmins Sending to all players - by XStormiest - 09.08.2012, 13:14
Re: SendMessageToAdmins Sending to all players - by lamarr007 - 09.08.2012, 13:53

Forum Jump:


Users browsing this thread: 1 Guest(s)