SA-MP Forums Archive
[AJUDA]ajuda a Compiler - 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]ajuda a Compiler (/showthread.php?tid=346936)



[AJUDA]ajuda a Compiler - Yuri_xD - 30.05.2012

alguem pode me ajudar esta dando esses seguintes warnings


Quote:

C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(12040) : warning 204: symbol is assigned a value that is never used: "cooordstring"
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(49852) : warning 202: number of arguments does not match definition
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(49912) : warning 235: public function lacks forward declaration (symbol "AnMerc1")
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(49984) : warning 235: public function lacks forward declaration (symbol "Anla1")
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(50049) : warning 235: public function lacks forward declaration (symbol "Anposto1")
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(50077) : warning 235: public function lacks forward declaration (symbol "testtimer")
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(50156) : warning 202: number of arguments does not match definition
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(50181) : warning 216: nested comment
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 11732 bytes
Code size: 2308536 bytes
Data size: 2999056 bytes
Stack/heap size: 16384 bytes; estimated max. usage=5528 cells (22112 bytes)
Total requirements: 5335708 bytes

8 Warnings.




Re: [AJUDA]ajuda a Compiler - Diogo123 - 30.05.2012

Posta as linhas =)


Re: [AJUDA]ajuda a Compiler - blacktrindade - 30.05.2012

Para este Warnig
Код:
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(12040) : warning 204: symbol is assigned a value that is never used: "cooordstring"
Variavel Criada mais Nunca usada, entao Delete a Variavel cooordstring na Linha:12040

Para Estes
Код:
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(49852) : warning 202: number of arguments does not match definition
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(50156) : warning 202: number of arguments does not match definition
Poste as linhas: 49852 e 50156 pois a funзгo esta faltando argumentos!

Para estes Warnigs:
Код:
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(49912) : warning 235: public function lacks forward declaration (symbol "AnMerc1")
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(49984) : warning 235: public function lacks forward declaration (symbol "Anla1")
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(50049) : warning 235: public function lacks forward declaration (symbol "Anposto1")
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(50077) : warning 235: public function lacks forward declaration (symbol "testtimer")
Crie a Forward no Topo do GM para tais Publics:
pawn Код:
forward AnMerc1();
forward Anla1();
forward Anposto1();
forward testtimer();
Para este Warning
Код:
C:\Users\Yuri\Desktop\GM Brasil Street Games\gamemodes\BTL.pwn(50181) : warning 216: nested comment
Poste a Linha 50181