[Ajuda] Cбlculo de diferenзa preзo da Gasolina
#4

PHP код:
#define         MAX_COMBUSTIVEL         70
#define         VALOR_COMBUSTIVEL       3
new quantCombustivel strval(inputtext), string[64],
    
completarTanque MAX_COMBUSTIVEL Dados[playerid][pGasosa]
;
    
if (
quantCombustivel >= completarTanquequantCombustivel completarTanque;
new 
quantia quantCombustivel VALOR_COMBUSTIVEL;
if (
GetPlayerMoney(playerid) < quantia) return SendClientMessage(playerid, -1"Vocк nгo tem dinheiro para colocar combustнvel.");
if (
quantCombustivel 70 || quantCombustivel 1) return SendClientMessage(playerid, -1"A quantidade de combustнvel deve ser de 1 б 70 litros.");
format(string64"Vocк abasteceu %d litros de combustнvel por $%d"quantCombustivelquantia);
SendClientMessage(playerid, -1string);
        
Dados[playerid][pGasosa] += quantCombustivel;
      
if (
Dados[playerid][pGasosa] > 70) return Dados[playerid][pGasosa] = 70false;
Retirada[playerid] = 0Avisado[playerid] = false;
Dados[playerid][pDinheiro] -= quantia;
TogglePlayerControllable(playeridtrue);
        
return 
true
Reply


Messages In This Thread
Cбlculo de diferenзa preзo da Gasolina - by Japis - 10.02.2019, 17:57
Re: Cбlculo de diferenзa preзo da Gasolina - by DanielMatrix - 10.02.2019, 18:38
Re: Cбlculo de diferenзa preзo da Gasolina - by PedroH - 10.02.2019, 19:34
Re: Cбlculo de diferenзa preзo da Gasolina - by wearLy - 11.02.2019, 01:03
Re: Cбlculo de diferenзa preзo da Gasolina - by Japis - 11.02.2019, 13:58
Re: Cбlculo de diferenзa preзo da Gasolina - by AutoMatic2 - 11.02.2019, 15:02

Forum Jump:


Users browsing this thread: 2 Guest(s)