SA-MP Forums Archive
[Ajuda] Erros e Warnings - 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 e Warnings (/showthread.php?tid=306883)



[Ajuda] Erros e Warnings - Nathan_Eduardo - 28.12.2011

Код:
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(11539) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(11545) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(14683) : warning 235: public function lacks forward declaration (symbol "SendSocioMessage")
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(15739) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(15740) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(15809) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(15818) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(15819) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(15888) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(16047) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(16122) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(17778) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(17786) : warning 219: local variable "hVec" shadows a variable at a preceding level
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(17789) : warning 213: tag mismatch
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(17790) : warning 213: tag mismatch
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(17791) : warning 213: tag mismatch
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(17786) : warning 204: symbol is assigned a value that is never used: "hVec"
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(17786 -- 17794) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(17914) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(17942) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(20182) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(20246) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(22389) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(22404) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(22691) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(26911) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(26926) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(27988) : error 032: array index out of bounds (variable "InfoOrg")
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(29270) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(29353) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(33532) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(33802) : warning 217: loose indentation
C:\Documents and Settings\Nathan\Desktop\Brasil Route Andreas\Brasil Route Andreas\gamemodes\BRA.pwn(33815) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase



Re: [Ajuda] Erros e Warnings - Jimmy_Vilhena - 28.12.2011

Loose Indentation = Vocк esqueceu de dar tab, nessas linhas.

local variable "hVec" shadows a variable at a preceding level = Vocк criou o "new" no lugar errado.

warning 204: symbol is assigned a value that is never used: "hVec" = Da Ctrl+F, e procura hVec, tб criando a variavel mas nгo tб usando.

error 032: array index out of bounds (variable "InfoOrg") = Vocк colocou mais orgs doque tem lб no MAX_ORGS, arruma isso (=

Boa sorte.


Re: [Ajuda] Erros e Warnings - Nathan_Eduardo - 28.12.2011

Opa.
+ Reputation