[Ajuda] como pegar uma informaзгo salva ?
#2

Esse exemplo foi pego em uma GM antiga, mas esta funcional, esta em strcmp, creio que vc saiba colocar em zcmd! E o mesmo caminho!


PHP код:
    if(!strcmp(cmd"/admins"true) || !strcmp(cmd"/mods"true) || !strcmp(cmd"/administradores"true) || !strcmp(cmd"/moderadores"true))
    {
        
SendClientMessage(playeridAZUL_BMO"{FFFFFF}• {00AFCA}Staff's disponнveis:");
        new
            
admladmmdrhlpcrg
        
;
        foreach(
Playeri)
        {
            if(
BMO_GetInt(f(i), "AdminL") == 1)
            {
                if(
aInfo[i][Oculto] == false)
                {
                    
adml ++;
                     
format(stringsizeof(string), "~ %s [ID:%d] {1E90FF}Dono"PlayerName(i), i);
                     
SendClientMessage(playerid, -1string);
                }
            }
            if(
aInfo[i][Admin] == && BMO_GetInt(f(i), "AdminL") == 0)
            {
                if(
aInfo[i][Oculto] == false)
                {
                    
adm ++;
                     
format(stringsizeof(string), "~ %s [ID:%d] {1E90FF}Administrador"PlayerName(i), i);
                     
SendClientMessage(playerid, -1string);
                }
            }
              if(
aInfo[i][Moderador] == && BMO_GetInt(f(i), "AdminL") == 0)
            {
                if(
aInfo[i][Oculto] == false)
                {
                    
mdr ++;
                     
format(stringsizeof(string), "~ %s [ID:%d] {00FF7F}Moderador"PlayerName(i), i);
                     
SendClientMessage(playerid, -1string);
                }
            }
               if(
aInfo[i][Ajudante] == && BMO_GetInt(f(i), "AdminL") == 0)
            {
                if(
aInfo[i][Oculto] == false)
                {
                    
hlp ++;
                     
format(stringsizeof(string), "~ %s [ID:%d] {FFA500}Ajudante"PlayerName(i), i);
                     
SendClientMessage(playerid, -1string);
                }
            }
               if(
aInfo[i][Corregedor] == && BMO_GetInt(f(i), "AdminL") == 0)
            {
                if(
aInfo[i][Oculto] == false)
                {
                    
crg ++;
                     
format(stringsizeof(string), "~ %s [ID:%d] {00BFFF}Corregedor"PlayerName(i), i);
                     
SendClientMessage(playerid, -1string);
                }
            }
        }
        if(
adm == && mdr == && adml == && hlp == && crg == 0) return SendClientMessage(playeridVERMELHO_BMO"Nenhum Administrador(a) online no Momento !");
        return 
1;
    } 
Lebrando que FOREACH e a mesma coisa que
PHP код:
for(new iGetPlayerPoolSize(); i++) 
Reply


Messages In This Thread
como pegar uma informaзгo salva ? - by Duun - 05.09.2018, 03:19
Re: como pegar uma informaзгo salva ? - by vitinhosamp - 05.09.2018, 10:23
Re: como pegar uma informaзгo salva ? - by ipsLuan - 05.09.2018, 11:26
Re: como pegar uma informaзгo salva ? - by Duun - 05.09.2018, 11:56
Re: como pegar uma informaзгo salva ? - by ipsLuan - 05.09.2018, 12:11
Re: como pegar uma informaзгo salva ? - by Duun - 05.09.2018, 15:46
Re: como pegar uma informaзгo salva ? - by ipsLuan - 05.09.2018, 19:41
Re: como pegar uma informaзгo salva ? - by Duun - 05.09.2018, 21:22
Re: como pegar uma informaзгo salva ? - by SIZET - 05.09.2018, 21:24
Re: como pegar uma informaзгo salva ? - by Duun - 05.09.2018, 21:28

Forum Jump:


Users browsing this thread: 1 Guest(s)