Loop error ?
#1

I have this in my weather system

pawn Код:
case 7:
            SendClientMessageToAll(COLOR_LIGHTBLUE,"Servicio Meteorologico de SA:{FFFFFF} [Estado Actuali]: Cielo Parcialmente nublado con una visibilidad de 6 km.");
            for(new i = 0; i < MAX_PLAYERS; i++)//errors
            {
            CreateSnow(i);
            }
error 002: only a single statement (or expression) can follow each "case"
error 029: invalid expression, assumed zero
error 017: undefined symbol "i"


why !Ў?
Reply


Messages In This Thread
Loop error ? - by [Nikk] - 15.02.2012, 23:27
Re: Loop error ? - by Vince - 15.02.2012, 23:29
Respuesta: Loop error ? - by [Nikk] - 15.02.2012, 23:34

Forum Jump:


Users browsing this thread: 2 Guest(s)