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



Warning 219 - Mackdaddy - 30.01.2015

Код:
C:\Users\Luiz\Documents\SAMP 0.3z Server\gamemodes\nossogm.pwn(517) : warning 219: local variable "Level" shadows a variable at a preceding level
Linha 517:
Код:
stock CriarAdmin(playerid, Level)



Re: Warning 219 - MultiKill - 30.01.2015

Modifique o nome:
pawn Код:
stock CriarAdmin(playerid, Level_)
Deu o aviso pois jб existe uma variбvel com este nome.


Re: Warning 219 - Mackdaddy - 30.01.2015

E agora deu outro warning.
Код:
C:\Users\Luiz\Documents\SAMP 0.3z Server\gamemodes\nossogm.pwn(517) : warning 203: symbol is never used: "Level_"



Re: Warning 219 - Mackdaddy - 30.01.2015

Resolvi o erro mudando para Lvl, obrigado.