[Pedido] /Admins
#1

quero por admins on e off se alguem poder mt obgd

PHP Code:
 if(!strcmp(cmdtext"/admins"true))
{
    new 
AdmLevel[25];
    new 
str[128], info[512];
    new 
cont=0;
    
format(infosizeof info"Nick\tLevel\tRPT Lidos\n");
    for(new 
0<= HighestIDi++)
    {
        if(
Player[i][pAdmin] >= 1)
        {
            if(
Player[i][pAdmin] == 5) { AdmLevel "Game Master"; }
            if(
Player[i][pAdmin] == 4) { AdmLevel "Sub Game Master"; }
            if(
Player[i][pAdmin] == 3) { AdmLevel "Administrador Avanзado"; }
            if(
Player[i][pAdmin] == 2) { AdmLevel "Administrador"; }
            if(
Player[i][pAdmin] == 1) { AdmLevel "Administrador Teste"; }
            
format(str10000"%s\t%s\t%d\n"getPName(i), AdmLevelPlayer[i][pRPTLidos]);
            
strcat(infostr);
            
cont++;
        }
    }
    if(
cont == 0)
        
format(info10000"{FFFFC4}Nenhum Staff online.\n");
    
cont 0;
    
ShowPlayerDialog(playerid1999DIALOG_STYLE_TABLIST_HEADERS"Admins - Facзхes Brasil RJ"info"Fechar""");
    return 
1;

Reply


Messages In This Thread
/Admins - by didimk157 - 27.12.2016, 10:11
Respuesta: /Admins - by RazorGuigo - 27.12.2016, 15:16
Re: /Admins - by didimk157 - 27.12.2016, 19:15

Forum Jump:


Users browsing this thread: 1 Guest(s)