[Ajuda] warning 203: symbol is never used - 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 203: symbol is never used (
/showthread.php?tid=395177)
warning 203: symbol is never used -
Lucas-Fc - 25.11.2012
Entгo galera, seguinte, eu criei uma variбvel, num projeto meu.
Exemplo :
new Variavel[MAX_PLAYERS];
Sу que da esse warning : warning 203: symbol is never used "Variavel"
estou fazendo as verificaзхes assim :
if (Variavel[playerid] == 0)
{
if (Variavel[playerid] == 1)
{
E estou setando os valores assim :
Variavel[playerid] = 1;
Variavel[playerid] = 0;
O que tem de errado ?
Re: warning 203: symbol is never used -
Lucas-Fc - 25.11.2012
Up ai seus lindos
Re: warning 203: symbol is never used -
Vinicius_TroLL - 25.11.2012
O Simbolo nгo estб sendo usado, apague...
Re: warning 203: symbol is never used -
Crueliz0n - 25.11.2012
tente por "new Variavel[MAX_PLAYERS];" como variavel global