[Ajuda] Bloquear Comando
#1

Seguinte, recente fiz esse comando e eu queria bloquear ele para players da Profissгo nгo conseguir usar o comando em ADMINS!

Com uma mensagem do Tipo: | ERRO | Vocк nгo pode usar esse comando em um Admin!

Minha variбvel Admin: pAdmin[playerid]

Cуdigo:

PHP код:
    if(strcmp(cmd"/versaldo"true) == 0)
    {
    if(
PlayerInfoplayerid ][pProfissao] == Bancario || IsPlayerAdmin(playerid) || pAdmin[playerid] == 6) {
    new 
plid;
    
tmp strtok(cmdtextidx);
    if(!
strlen(tmp)) {
    
SendClientMessage(playeridVermelho"| ERRO | Digite: /VerSaldo [id]");
    return 
1;
    }
    
plid strval(tmp);
    if(
IsPlayerConnected(plid)) {
    new 
pname[MAX_PLAYER_NAME];
    
GetPlayerName(plidpnameMAX_PLAYER_NAME);
    
format(file2sizeof(file2), PASTA_CONTASpname);
    new 
string222[256];
    
SendClientMessage(playeridC_Bancario,"~~~~~~~~~~~~~~~~~~~~~~~~ Saldo ~~~~~~~~~~~~~~~~~~~~~~~~");
    
format(string222sizeof(string222), "» Vocк estб vendo o Saldo de: '%s' (%d)."pname,plid);
    
SendClientMessage(playeridC_Bancariostring222);
    
format(stringsizeof(string), "»{FFFFFF} Grana na mгo: {228B22}%d"GetPlayerGrana(plid));
    
SendClientMessage(playeridC_Bancariostring);
    
format(stringsizeof(string), "»{FFFFFF} Saldo bancбrio: {228B22}%d"dini_Int(file2"SaldoBancario"));
    
SendClientMessage(playeridC_Bancariostring);
    
SendClientMessage(playeridC_Bancario,"~~~~~~~~~~~~~~~~~~~~~~~~ Saldo ~~~~~~~~~~~~~~~~~~~~~~~~");
    }
    return 
1;
    }
    else {
    
SendClientMessage(playeridVermelho"| ERRO | Jogador(a) nгo conectado!");
    return 
1;
    }
    } 
Reply


Messages In This Thread
Bloquear Comando - by Geremias1533 - 12.06.2018, 05:53
Re: Bloquear Comando - by NelsonC - 12.06.2018, 08:39
Re: Bloquear Comando - by Geremias1533 - 12.06.2018, 09:43
Re: Bloquear Comando - by NelsonC - 12.06.2018, 10:18
Re: Bloquear Comando - by Geremias1533 - 14.06.2018, 05:08
Re: Bloquear Comando - by Geremias1533 - 14.06.2018, 16:40
Re: Bloquear Comando - by AutoMatic2 - 14.06.2018, 16:58
Re: Bloquear Comando - by Mises - 18.06.2018, 17:26
Re: Bloquear Comando - by DavyMedina - 19.06.2018, 23:29

Forum Jump:


Users browsing this thread: 1 Guest(s)