SA-MP Forums Archive
[AJUDA] RESOLVER ERRO - 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] RESOLVER ERRO (/showthread.php?tid=284919)



[AJUDA] RESOLVER ERRO - wallacematheus - 21.09.2011

fiz o comando so q agora ta dando erro alguem ajuda
pawn Код:
D:\SAMP\Teste.pwn(41593) : warning 213: tag mismatch
D:\SAMP\Teste.pwn(41617) : error 017: undefined symbol "pMember"
D:\SAMP\Teste.pwn(41625) : error 017: undefined symbol "VehicleInfo"
D:\SAMP\Teste.pwn(41625) : warning 215: expression has no effect
D:\SAMP\Teste.pwn(41625) : error 001: expected token: ";", but found "]"
D:\SAMP\Teste.pwn(41625) : error 029: invalid expression, assumed zero
D:\SAMP\Teste.pwn(41625) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


5 Errors.
linha 41593
pawn Код:
CarInfo[carid][vPRFLock] = 0;
            SendClientMessage(playerid, COLOR_WHITE, "[Info] Veнculo liberado.");
linha 41617
pawn Код:
if(PlayerInfo[playerid][pMember] != 1)
        {
o restante sao todas nessa linha
pawn Код:
new carid = strval(tmp);
            VehicleInfo[carid][vPRFLock] = 1; //nessa



Re: [AJUDA] RESOLVER ERRO - Lуs - 21.09.2011

Amigo, vocк usa GF?


Re: [AJUDA] RESOLVER ERRO - wallacematheus - 21.09.2011

Estilo BMG


Re: [AJUDA] RESOLVER ERRO - Josma_cmd - 21.09.2011

O VehicleInfo nгo existe, crie ou use com outra alternativa.
Coloque pMember em seu enum usado no PlayerInfo.

Vocк usa GF... Meus pesames.