Help me in this stock [HELP]
#9

PHP код:
stock ShowAdminsFor(playerid
{
    new 
admins 0;
    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);
            
admins ++;
        } 
    } 
    if(
admins 1SendClientMessage(playerid,-1,"No Admins online");

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)