SA-MP Forums Archive
[Ajuda] Que erro й esse ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Que erro й esse ? (/showthread.php?tid=397620)



Que erro й esse ? - Lucas-Fc - 05.12.2012

pawn Код:
CMD:abastecer(playerid, params[])
{
    new ID, Gaz[128];
//    if(pInfo[playerid][Time]!= 2) return SendClientMessage(playerid,-1, "Nгo й um mecвnico.");
    if(sscanf(params,"ud",ID, Gaz)) return SendClientMessage(playerid,-1,"Use: /Abastecer [ID] [Gasolina]");
    if(Gaz < 0 || Gaz > 100) return SendClientMessage(playerid,-1,"A Gasolina deve estar entre 0 e 100.");
    if(!IsPlayerInAnyVehicle(ID)) return SendClientMessage(playerid, -1, "O Jogador nгo estб num veiculo.");
//  Gasolina[vehicleid][Gas] = 100;
    return 1;
}
pawn Код:
C:\Users\Lucas\Desktop\Mecanico.pwn(10) : error 033: array must be indexed (variable "Gaz")
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

1 Error.

Como resolve saporra ?


Re: Que erro й esse ? - BreakDriFT - 05.12.2012

new Gaz;


Re: Que erro й esse ? - Lucas-Fc - 05.12.2012

Sem um valor string ?


Re: Que erro й esse ? - BreakDriFT - 05.12.2012

Sim.


Re: Que erro й esse ? - Lucas-Fc - 05.12.2012

Oxe, deu certo.
Valeu '-'

Nem entendi.
O cara que me ensinou й um Animal !