ayuda con "idx"
#1

hola que tal tengo los siguientes warnings

WARNINGS:
(4932) : warning 219: local variable "idx" shadows a variable at a preceding level
(8040) : warning 203: symbol is never used: "idx"

LINEAS:
(4932): local variable "idx" shadows a variable at a preceding level
(8040): symbol is never used: "idx"

noc cual es el error
Reply
#2

POST LiNEAS

pawn Код:
new idx;
Reply
#3

Код:
(4932) : warning 219: local variable "idx" shadows a variable at a preceding level
(8040) : warning 203: symbol is never used: "idx"
La primera significa que ya la creaste antes (esta creada 2 veces pero no en un mismo espefico lugar), y la segunda que nunca fue usada.
Reply
#4

miren lo unico q tengo es esto

new cmd[256];
new idx;
cmd=strtok(cmdtext,idx);
Reply
#5

Andб a la linea 4932 del cуdigo del GM, y borrala.
Reply
#6

listo borre eso y compilo sin warning, gracias lean
Reply
#7

No hay de que
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)