[AJUDA]ajuda a Compiler
#1

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.

Reply
#2

Posta as linhas =)
Reply
#3

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)