/admins command
#5

pawn Code:
CMD:admins(playerid, params[])
{
            new string[128];
            new count = 0;
            SendClientMessage(playerid, COLOR_PURPLE, "|____________________Admins Online____________________|");
            {
              if(IsPlayerAdmin(playerid))
              {

                        format(string, sizeof(string), "Administrator: %s ",adminid(admin)); // replace it with your admin variable
                        SendClientMessage(playerid, -1, string);
                        count++;
               }
            }
                        return 1;
}
They needs to be spoon-feeded.
And please whenever you copy-paste code from your scripts, atleast try to change your variable to their adjustments.
Reply


Messages In This Thread
/admins command - by Misterflowers - 17.09.2012, 17:48
Re: /admins command - by RedJohn - 17.09.2012, 17:59
Re: /admins command - by trapstar2020 - 17.09.2012, 18:06
Re: /admins command - by RedJohn - 17.09.2012, 18:09
Re: /admins command - by AtItsMax - 17.09.2012, 18:09
Re: /admins command - by [LB]BlAcK_DeViL - 17.09.2012, 18:13
Re: /admins command - by Misterflowers - 17.09.2012, 18:37
Re: /admins command - by MarkoN - 17.09.2012, 19:02

Forum Jump:


Users browsing this thread: 3 Guest(s)