01.10.2018, 04:13
use this function
SendAdminMessage will send the message only to the administators.
Usage: SendAdminMessage(COLOR," Text ");
Код:
SendAdminMessage(color, mzgz[])
{
foreach(new i : Player)
{
if(YourAdminVariable[i] == 0)
if(!IsPlayerAdmin(i)) continue;
SendClientMessage(i, color, mzgz);
}
}
Usage: SendAdminMessage(COLOR," Text ");
