Newbie Chat.
#2

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


Messages In This Thread
Newbie Chat. - by iManakoss - 01.02.2013, 13:16
Re: Newbie Chat. - by Ruthless - 01.02.2013, 13:37

Forum Jump:


Users browsing this thread: 1 Guest(s)