IRC admin chat to server
#6

on top put #include <IsPlayerLadmin>
then at the bottom
Код:
forward MessageToAdmins(color,const string[]);
public MessageToAdmins(color,const string[])
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i) == 1) if (IsPlayerLAdmin(i)) SendClientMessage(i, color, string);
	}
	return 1;
}
Then use the code i gave you before.
Reply


Messages In This Thread
IRC admin chat to server - by Whitetiger - 19.02.2010, 11:24
Re: IRC admin chat to server - by Whitetiger - 19.02.2010, 14:59
Re: IRC admin chat to server - by SloProKiller - 19.02.2010, 15:17
Re: IRC admin chat to server - by Whitetiger - 19.02.2010, 19:09
Re: IRC admin chat to server - by Whitetiger - 19.02.2010, 23:52
Re: IRC admin chat to server - by SloProKiller - 20.02.2010, 07:41

Forum Jump:


Users browsing this thread: 1 Guest(s)