[Ajuda] warning 203: symbol is never used
#1

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 ?
Reply
#2

Up ai seus lindos
Reply
#3

O Simbolo nгo estб sendo usado, apague...
Reply
#4

tente por "new Variavel[MAX_PLAYERS];" como variavel global
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)