Show STAFF ONLINE - /staff
#4

Let me make it.

pawn Код:
CMD:staffonline(playerid, params[])
    {
        new string[125];
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
            if(IsPlayerAdmin(i))
            {
                format(string, sizeof(string), "%s is currently an administrator.");
            }
        }
        SendClientMessage(playerid, WHITE, string);
        return 1;
    }
Reply


Messages In This Thread
Show STAFF ONLINE - /staff - by Proxysteve - 31.01.2014, 09:21
Re: Show STAFF ONLINE - /staff - by Mr.Faqahat - 31.01.2014, 09:25
Re: Show STAFF ONLINE - /staff - by itsCody - 31.01.2014, 09:31
Re: Show STAFF ONLINE - /staff - by EmilLykke - 31.01.2014, 09:33
Re: Show STAFF ONLINE - /staff - by itsCody - 31.01.2014, 09:45
Re: Show STAFF ONLINE - /staff - by Proxysteve - 31.01.2014, 10:19

Forum Jump:


Users browsing this thread: 2 Guest(s)