SA-MP Forums Archive
[ajuda] 13 warning Sem soluзгo (DENTRO DA INCLUDE). - 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] 13 warning Sem soluзгo (DENTRO DA INCLUDE). (/showthread.php?tid=325995)



[ajuda] 13 warning Sem soluзгo (DENTRO DA INCLUDE). - lyllrasta - 15.03.2012

pawn Код:
C:\Users\2248\Desktop\Samp\pawno\include\angdist.inc(35) : warning 219: local variable "X" shadows a variable at a preceding level
C:\Users\2248\Desktop\Samp\pawno\include\angdist.inc(35) : warning 219: local variable "Y" shadows a variable at a preceding level
C:\Users\2248\Desktop\Samp\pawno\include\cpstream.inc(38) : warning 219: local variable "X" shadows a variable at a preceding level
C:\Users\2248\Desktop\Samp\pawno\include\cpstream.inc(38) : warning 219: local variable "Y" shadows a variable at a preceding level
C:\Users\2248\Desktop\Samp\pawno\include\cpstream.inc(38) : warning 219: local variable "Z" shadows a variable at a preceding level
C:\Users\2248\Desktop\Samp\pawno\include\rotcam.inc(90) : warning 219: local variable "X" shadows a variable at a preceding level
C:\Users\2248\Desktop\Samp\pawno\include\rotcam.inc(90) : warning 219: local variable "Y" shadows a variable at a preceding level
C:\Users\2248\Desktop\Samp\pawno\include\rotcam.inc(90) : warning 219: local variable "Z" shadows a variable at a preceding level
C:\Users\2248\Desktop\Samp\pawno\include\rotcam.inc(129) : warning 219: local variable "X" shadows a variable at a preceding level
C:\Users\2248\Desktop\Samp\pawno\include\rotcam.inc(129) : warning 219: local variable "Y" shadows a variable at a preceding level
C:\Users\2248\Desktop\Samp\pawno\include\rotcam.inc(129) : warning 219: local variable "Z" shadows a variable at a preceding level
C:\Users\2248\Desktop\Samp\pawno\include\rotcam.inc(175) : warning 219: local variable "X" shadows a variable at a preceding level
C:\Users\2248\Desktop\Samp\pawno\include\rotcam.inc(175) : warning 219: local variable "Y" shadows a variable at a preceding level
Tenho esse warning Dentro tas includes 'HAHA
como tira ?


Re: [ajuda] 13 warning Sem soluзгo (DENTRO DA INCLUDE). - ViniBorn - 15.03.2012

Й sу mudar o nome.


Re: [ajuda] 13 warning Sem soluзгo (DENTRO DA INCLUDE). - lyllrasta - 15.03.2012

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Й sу mudar o nome.
...Nome Do ?'HAHA
assim Vocк Mata =)


Re: [ajuda] 13 warning Sem soluзгo (DENTRO DA INCLUDE). - ViniBorn - 15.03.2012

Nome das variбveis.

Ex:


Se tб assim :
pawn Код:
new X;
Troque por

pawn Код:
new xX;
Ou o nome que vocк preferir...


Re: [ajuda] 13 warning Sem soluзгo (DENTRO DA INCLUDE). - Lуs - 15.03.2012

Quote:
Originally Posted by lyllrasta
Посмотреть сообщение
...Nome Do ?'HAHA
assim Vocк Mata =)
Mudar o nome da variбvel.


Quote:
Originally Posted by lyllrasta
Посмотреть сообщение
...Nome Do ?'HAHA
assim Vocк Mata =)
Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Nome das variбveis.

Ex:


Se tб assim :
pawn Код:
new X;
Troque por

pawn Код:
new xX;
Malz vini, postamos no mesmo minuto.


Re: [ajuda] 13 warning Sem soluзгo (DENTRO DA INCLUDE). - DarkScripter - 15.03.2012

vai nas includes cpstream, angdist, rotcam e coloque aperte CTRL+H e coloque na primeira caixa "X" e na segunda "_SF_X"
e depois clique em okay. depois de ter mudado todas, vб em outra include(dando erro) vocк faзa o mesmo, mais com nome diferente.
"Y" para "_SF_Y", assim sucessivamente. Jб na outra include coloque "_SSF_X" no lugar de X, "_SSF_Y"
no lugar de Y e "_SF_Z" no lugar de Z.