Help me in this stock [HELP]
#3

Quote:
Originally Posted by willbedie
Посмотреть сообщение
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);
        }
        else
        {
            
SendClientMessage(playeridCOLOR_YELLOW"There is no administrators online.");
        }
    }

This won't work very well.
anyone else please.
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)