/admins Command.
#2

You should format and SendClientMessage for every admin, like:
pawn Code:
if(pInfo[id][Adminlevel] == 5)
{
    format(string19, sizeof(string19), "Server Owner : %s (%i)",n ,playerid);
    SendClientMessage(playerid, COLOR_WHITE, string19);
    count++;
}
And same with the rest.
Reply


Messages In This Thread
/admins Command. - by TuSheng - 20.03.2015, 10:20
Re: .:[Help]:. /admins Command. - by CalvinC - 20.03.2015, 10:22
Re: .:[Help]:. /admins Command. - by iZN - 20.03.2015, 10:42
Re: /admins Command. - by FOTIS6 - 20.03.2015, 12:00
Re: /admins Command. - by IzadorO - 20.03.2015, 12:03
Re: /admins Command. - by fuckingcruse - 20.03.2015, 12:07
Re: /admins Command. - by Glossy42O - 20.03.2015, 12:14
Re: .:[Help]:. /admins Command. - by TuSheng - 20.03.2015, 12:22
Re: .:[Help]:. /admins Command. - by iZN - 20.03.2015, 12:40
Re: .:[Help]:. /admins Command. - by CalvinC - 20.03.2015, 13:09

Forum Jump:


Users browsing this thread: 1 Guest(s)