Help me in this stock [HELP]
#1

I have this stock
That shows who is online from admins:
PHP код:
stock ShowAdminsFor(playerid)
{
    for(new 
i=0j=GetPlayerPoolSize(); i<=j;i++)
    {
        if(
PInfo[i][Adminlevel] > 1)
        {
            new 
str[180];
            
format(str180"%s[%d]"GetPlayerNameEx(i), PInfo[i][Adminlevel]);
            
SendClientMessage(playeridCOLOR_YELLOWstr);
        }
        
    }

How I can say that if there is no one admins send a message with there is no admins?
Reply


Messages In This Thread
Help me in this stock [HELP] - by Osamakurdi - 20.02.2018, 12:08
Re: Help me in this stock [HELP] - by solstice_ - 20.02.2018, 12:12
Re: Help me in this stock [HELP] - by Osamakurdi - 20.02.2018, 12:23
Re: Help me in this stock [HELP] - by solstice_ - 20.02.2018, 12:24
Re: Help me in this stock [HELP] - by AlexMSK - 20.02.2018, 12:25
Re: Help me in this stock [HELP] - by Osamakurdi - 20.02.2018, 12:26
Re: Help me in this stock [HELP] - by solstice_ - 20.02.2018, 12:27
Re: Help me in this stock [HELP] - by Osamakurdi - 20.02.2018, 12:30
Re: Help me in this stock [HELP] - by Mugala - 20.02.2018, 12:35
Re: Help me in this stock [HELP] - by Osamakurdi - 20.02.2018, 12:53

Forum Jump:


Users browsing this thread: 1 Guest(s)