25.11.2012, 13:00
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 ?
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 ?