[Ajuda] Encontre o ERRO й ganha um +REP
#5

Linha extremamente grande
pawn Код:
if(dini_Int(file, "Profissao") == Policial_R || dini_Int(file, "Profissao") == Guarda || dini_Int(file, "Profissao") == Policial_M || dini_Int(file, "Profissao") == Policial_C || dini_Int(file, "Profissao") == Policial_F || dini_Int(file, "Profissao") == Delegado || dini_Int(file, "Profissao") == Bope || dini_Int(file, "Profissao") == Swat || dini_Int(file, "Profissao") == Narcoticos || dini_Int(file, "Profissao") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "Profissao") == LSPD || dini_Int(file, "aAdmin") == 1)
Tente assim
pawn Код:
if(Cops(playerid)||dini_Int(file, "aAdmin") == 1)



stock Cops(playerid)
{

    // format da file
    if(dini_Int(file, "Profissao") == Policial_R || dini_Int(file, "Profissao") == Guarda || dini_Int(file, "Profissao") == Policial_M || dini_Int(file, "Profissao") == Policial_C || dini_Int(file, "Profissao") == Policial_F
    || dini_Int(file, "Profissao") == Delegado || dini_Int(file, "Profissao") == Bope || dini_Int(file, "Profissao") == Swat || dini_Int(file, "Profissao") == Narcoticos || dini_Int(file, "Profissao") == FBI
    || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "Profissao") == LSPD || dini_Int(file, "aAdmin") == 1)
    return true;
}
Reply


Messages In This Thread
Encontre o ERRO й ganha um +REP - by Brunooh - 12.05.2013, 16:51
Re: Encontre o ERRO й ganha um +REP - by Miqueias Barros - 12.05.2013, 16:53
Re: Encontre o ERRO й ganha um +REP - by Brunooh - 12.05.2013, 16:56
Re: Encontre o ERRO й ganha um +REP - by Miqueias Barros - 12.05.2013, 17:03
Re: Encontre o ERRO й ganha um +REP - by Don_Speed - 12.05.2013, 17:07

Forum Jump:


Users browsing this thread: 1 Guest(s)