#1

Hey Guys!

I have a warning in my script:
Код:
(69) : warning 217: loose indentation
Here is the the function:
pawn Код:
case 17:
            {
                 new
                    vehiclemodel = random(212)+400,
                    Float:pPos[4],
                    vId;
                while(!IsValidVehicleID(vehiclemodel)) vehiclemodel = random(212)+400;//Line 69
                if(IsPlayerInAnyVehicle(playerid)) DestroyVehicle(GetPlayerVehicleID(playerid));
                GetPlayerPos(playerid, pPos[0], pPos[1], pPos[2]);
                GetPlayerFacingAngle(playerid, pPos[3]);
                vId = CreateVehicle(vehiclemodel, pPos[0], pPos[1], pPos[2], pPos[3], random(127), random(127), 60*1000);
                PutPlayerInVehicle(playerid, vId, 0);
            }
I cannot see the problem with it, no indentation loose, and when I make the line 69 to comment, the compiler still writes this warning..
Reply


Messages In This Thread
WTH? - by Nonameman - 13.08.2010, 20:11
Re: WTH? - by Luis- - 13.08.2010, 20:14
Re: WTH? - by Nonameman - 13.08.2010, 20:43
Re: WTH? - by ikey07 - 13.08.2010, 20:45
Re: WTH? - by Nonameman - 13.08.2010, 21:05
Re: WTH? - by ikey07 - 13.08.2010, 21:08
Re: WTH? - by Nonameman - 13.08.2010, 21:11
Re: WTH? - by Nonameman - 14.08.2010, 00:58
Re: WTH? - by DiddyBop - 14.08.2010, 01:35
Re: WTH? - by Mike_Peterson - 14.08.2010, 09:38

Forum Jump:


Users browsing this thread: 1 Guest(s)