SA-MP Forums Archive
[Ajuda] Warning y_command - 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 y_command (/showthread.php?tid=539959)



Warning y_command - josuevera1234 - 01.10.2014

Estб dando esses warnings no pawno ao compilar

Код:
C:\Users\Home\Desktop\Brasil Vida de Guerreiro\pawno\include\YSI\y_commands.inc(878) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Home\Desktop\Brasil Vida de Guerreiro\pawno\include\YSI\y_commands.inc(1437) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Home\Desktop\Brasil Vida de Guerreiro\pawno\include\YSI\y_commands.inc(1492) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Home\Desktop\Brasil Vida de Guerreiro\pawno\include\YSI\y_commands.inc(1545) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Home\Desktop\Brasil Vida de Guerreiro\pawno\include\YSI\y_commands.inc(1567) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Home\Desktop\Brasil Vida de Guerreiro\pawno\include\YSI\y_commands.inc(1630) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Home\Desktop\Brasil Vida de Guerreiro\pawno\include\YSI\y_commands.inc(1858) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Home\Desktop\Brasil Vida de Guerreiro\pawno\include\YSI\y_commands.inc(1962) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Home\Desktop\Brasil Vida de Guerreiro\pawno\include\YSI\y_commands.inc(2103) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Home\Desktop\Brasil Vida de Guerreiro\pawno\include\YSI\y_commands.inc(2400) : warning 219: local variable "hash" shadows a variable at a preceding level
O meu y_commands й o 3.1, alguem pode me ajudar?


Re: Warning y_command - Mandrack_FreeZe - 01.10.2014

atualize sua biblioteca YSI inteira e tente novamente.


Re: Warning y_command - josuevera1234 - 01.10.2014

jб fiz isso


Re: Warning y_command - PT - 02.10.2014

Voce utiliza em seu gamemode uma variavel com o mesmo nome que й utilizada na include.

Recomendo ir ao seu gamemode mudar o nome da variavel hash para outro.


Re: Warning y_command - josuevera1234 - 02.10.2014

Descobri, era o Dini que tinha a funзгo 'hash' ai subistitui pelo DOF2 e saiu, vlw a todos