SA-MP Forums Archive
[AJUDA]Erros no GM - 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]Erros no GM (/showthread.php?tid=324153)



[AJUDA]Erros no GM - blacktrindade - 08.03.2012

(12026) : error 017: undefined symbol "DeleteClosestStrip"
(38519) : error 035: argument type mismatch (argument 2)
(48807) : error 017: undefined symbol "encode_tires"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


Linhas:
Quote:

{
12026: DeleteClosestStrip(playerid);
12027:Player[playerid][pCorrente] = 0;
12028:RemoveCorrente(playerid);

Quote:

38518:format(thestring, 128,"-OperServ- O %s %s setou o skill da arma %d para %d .",AccountName(playerid),Player[playerid][pName],id2,ammo);
38519:SendClientMessage(COLOR_OOC,thestring);
38520:return 1;

Quote:

48807:#pragma unused encode_tires, laserInfo

To com dificuldade nestes erros


Re: [AJUDA]Erros no GM - Sampizito - 08.03.2012

Para DeleteClosestStrip

pawn Код:
if(Player[playerid][pCorrente] != 0)
    {
        DeleteClosestStrip(playerid);
        Player[playerid][pCorrente] = 0;
        RemoveCorrente(playerid);
    }
}
Conheзo o GM, subistitua por esse..