/admins command
#7

Quote:
Originally Posted by AtItsMax
View Post
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.
Warning:
Quote:

warning 203: symbol is never used: "admins"

The command is not working IG.
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: 1 Guest(s)