Class mesage
#3

Код:
stock SendAdminMessage(color, string[])
{
	for(new i=0; i<MAX_PLAYERS; i++)
	{
		if(PI[i][Admin] == 1) 
		{
			SendClientMessage(i, color, string);
		}
	}
}
Код:
SendAdminMessage(-1,"Message");
Reply


Messages In This Thread
Class mesage - by Ax3l123 - 14.03.2016, 18:39
Re: Class mesage - by Phar - 14.03.2016, 18:41
Re: Class mesage - by BalkanEliteRP - 14.03.2016, 18:51
Re: Class mesage - by YouServ - 14.03.2016, 19:14

Forum Jump:


Users browsing this thread: 1 Guest(s)