Help for this message
#3

use this function

Код:
SendAdminMessage(color, mzgz[])
{
	foreach(new i : Player)
	{
	    if(YourAdminVariable[i] == 0)
			if(!IsPlayerAdmin(i)) continue;
    	    SendClientMessage(i, color, mzgz);
	}
}
SendAdminMessage will send the message only to the administators.

Usage: SendAdminMessage(COLOR," Text ");
Reply


Messages In This Thread
Help for this message - by TaligaroW - 30.09.2018, 20:23
Re: Help for this message - by TaligaroW - 30.09.2018, 20:56
Re: Help for this message - by UFF - 01.10.2018, 04:13

Forum Jump:


Users browsing this thread: 1 Guest(s)