SA-MP Forums Archive
[Ajuda] : warning 219: local variable "ve" shadows a variable at a preceding level - 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] : warning 219: local variable "ve" shadows a variable at a preceding level (/showthread.php?tid=473006)



: warning 219: local variable "ve" shadows a variable at a preceding level - Duduzinho - 31.10.2013

tou com esse Warning ta quebrando a cabeзa e vim pedir ajuda aqui no forum

: warning 219: local variable "ve" shadows a variable at a preceding level

Code

Код:
for( new ve = 0; ve < MAX_VEHICLES; ++ve )
+REP Quem me ajuda Obrigado desde Ja!


Re: : warning 219: local variable "ve" shadows a variable at a preceding level - WLSF - 31.10.2013

new ve1, ao invйs de new ve...

pawn Код:
for( new ve1 = 0; ve1 < MAX_VEHICLES; ++ve1 )
O warning й porque tu jб tem uma variбvel com esse nome 've'...

Abraзos.


Re: : warning 219: local variable "ve" shadows a variable at a preceding level - Duduzinho - 31.10.2013

Quote:
Originally Posted by Willian_Luigi
Посмотреть сообщение
new ve1, ao invйs de new ve...

pawn Код:
for( new ve1 = 0; ve1 < MAX_VEHICLES; ++ve1 )
O warning й porque tu jб tem uma variбvel com esse nome 've'...

Abraзos.
Ya Certo Obrigado! +REP