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



Ajuda 2 Erros - Alisson Silva Alves - 01.03.2013

pawn Код:
C:\Users\Allisson\Downloads\[GM] Brasil Style City\gamemodes\MegaLife.pwn(51578) : warning 219: local variable "url" shadows a variable at a preceding level
C:\Users\Allisson\Downloads\[GM] Brasil Style City\gamemodes\MegaLife.pwn(51604) : warning 203: symbol is never used: "Multa"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

Header size:          12016 bytes
Code size:          2288356 bytes
Data size:          2095512 bytes
Stack/heap size:      16384 bytes; estimated max. usage=6342 cells (25368 bytes)
Total requirements: 4412268 bytes

2 Warnings.


Linha 51578:
pawn Код:
stock TocarSom(playerid, url[], musica[])
{

Linha 51604:
pawn Код:
return 1;
}



Re: Ajuda 2 Erros - silenthill - 01.03.2013

Sгo avisos, nгo erros..
ponha no topo
#pragma dynamic 10000