24.06.2014, 18:21
use
pawn Код:
if(pInfo[playerid][pAdminDuty] == 1) // Will work when he is on duty.
{
pawn Код:
if(pInfo[playerid][pAdmin] == 1) // Will work for any admin
{
pawn Код:
new stringbig[356];
format(stringbig,sizeof(stringbig),""COL_WHITE"ID %d %s",playerid, text);
SendPlayerMessageToAll(playerid,stringbig);