[Ajuda] Comando
#1

Gente alguns comandos todas as profissхes estгo dando para usar --'
pawn Код:
if (strcmp(cmdtext,"/descerdp", true)==0){
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(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") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "aAdmin") == 1)return SendClientMessage(playerid, Vermelho, "(ERRO) Vocк nгo tem permissгo.");{
MoveObject(elevadordp,1570.8325195313,-1635.4766845703,12.728549957275,3.0);
SendClientMessage(playerid,0xFFFFFFAA, "[INFO] Descendo o elevador da DP!");
return 1;
}
}
Pode ver que estб sу para algumas profissхes, mais estб dando todas qualquer uma usa
tem como alguem me ajudar?
Reply
#2

pawn Код:
if (strcmp(cmdtext,"/descerdp", true)==0){
    new
        aname[MAX_PLAYER_NAME]
    ;
    GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
    format(file, sizeof(file), PASTA_CONTAS, aname);

    if(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") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "aAdmin") == 1){
        MoveObject(elevadordp,1570.8325195313,-1635.4766845703,12.728549957275,3.0);
        SendClientMessage(playerid,0xFFFFFFAA, "[INFO] Descendo o elevador da DP!");
    }
    else SendClientMessage(playerid, Vermelho, "(ERRO) Vocк nгo tem permissгo.");
    return 1;
}
Reply
#3

Quote:
Originally Posted by Sky_.
Посмотреть сообщение
pawn Код:
if (strcmp(cmdtext,"/descerdp", true)==0){
    new
        aname[MAX_PLAYER_NAME]
    ;
    GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
    format(file, sizeof(file), PASTA_CONTAS, aname);

    if(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") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "aAdmin") == 1){
        MoveObject(elevadordp,1570.8325195313,-1635.4766845703,12.728549957275,3.0);
        SendClientMessage(playerid,0xFFFFFFAA, "[INFO] Descendo o elevador da DP!");
    }
    else SendClientMessage(playerid, Vermelho, "(ERRO) Vocк nгo tem permissгo.");
    return 1;
}
Tipo cara, blz.
Sу que eu percebi aqui
Os nomes que estгo
pawn Код:
if(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") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "aAdmin") == 1)
Que sгo as profissoes que eram sу pra elas usar, estгo bloqueadas para elas
Entendeu?
As profissхes que estб ai nгo conseguem usar, e as que nгo tгo conseguem
Parece que inverteu...
Serб que tem como me ajudar?
Reply
#4

pawn Код:
if (strcmp(cmdtext,"/descerdp", true)==0){
    new
        aname[MAX_PLAYER_NAME]
    ;
    GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
    format(file, sizeof(file), PASTA_CONTAS, aname);

    if(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") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "aAdmin") == 1)
    {
        SendClientMessage(playerid, Vermelho, "(ERRO) Vocк nгo tem permissгo.");
        return 1;
     }
        MoveObject(elevadordp,1570.8325195313,-1635.4766845703,12.728549957275,3.0);
        SendClientMessage(playerid,0xFFFFFFAA, "[INFO] Descendo o elevador da DP!");
    return 1;
}
Ver se funfa aii !
Reply
#5

Quote:
Originally Posted by Coringa_Vilao
Посмотреть сообщение
pawn Код:
if (strcmp(cmdtext,"/descerdp", true)==0){
    new
        aname[MAX_PLAYER_NAME]
    ;
    GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
    format(file, sizeof(file), PASTA_CONTAS, aname);

    if(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") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "aAdmin") == 1)
    {
        SendClientMessage(playerid, Vermelho, "(ERRO) Vocк nгo tem permissгo.");
        return 1;
     }
        MoveObject(elevadordp,1570.8325195313,-1635.4766845703,12.728549957275,3.0);
        SendClientMessage(playerid,0xFFFFFFAA, "[INFO] Descendo o elevador da DP!");
    return 1;
}
Ver se funfa aii !
Sim sу que o seguinte..
As profissхes que estгo ai para somente eles usarem, estгo bloqueadas,
Tipo que se tivesse tiradas para elas, e as que nгo tгo ai conseguem usar....
Sabe como resolver isso?
Reply
#6

pawn Код:
if (strcmp(cmdtext,"/descerdp", true)==0){
    new
        aname[MAX_PLAYER_NAME]
    ;
    GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
    format(file, sizeof(file), PASTA_CONTAS, aname);

    if(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") == FBI || dini_Int(file, "Profissao") == Interpol){
        //Todas profissхes acima sу as que estгo acima podem usar
        MoveObject(elevadordp,1570.8325195313,-1635.4766845703,12.728549957275,3.0);
        SendClientMessage(playerid,0xFFFFFFAA, "[INFO] Descendo o elevador da DP!");
    }
    else SendClientMessage(playerid, Vermelho, "(ERRO) Vocк nгo tem permissгo.");
    return 1;
}
agora se for ao contrario sу essas profissхes NГO PODEM USAR

pawn Код:
if (strcmp(cmdtext,"/descerdp", true)==0){
    new
        aname[MAX_PLAYER_NAME]
    ;
    GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
    format(file, sizeof(file), PASTA_CONTAS, aname);

    if(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") == FBI || dini_Int(file, "Profissao") == Interpol) return SendClientMessage(playerid, Vermelho, "(ERRO) Vocк nгo tem permissгo.");

    MoveObject(elevadordp,1570.8325195313,-1635.4766845703,12.728549957275,3.0);
    SendClientMessage(playerid,0xFFFFFFAA, "[INFO] Descendo o elevador da DP!");
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)