[Tutorial] How to fix warning 217: loose indentation
#24

help me fix this
Quote:

C:\Users\Admin\Downloads\Compressed\LSLRP 0.3e\gamemodes\lslrp.pwn(4600) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.



Code:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
	    new str[30];
	    format(str,sizeof(str),"~W~%s",VehicleNames[GetVehicleModel(vehicleid) - 400]);
	    GameTextForPlayer(playerid, str, 1000, 1);
	    
		if(gTeam[playerid] >= 3)
		{
		if (IsACopCar(vehicleid) && !ispassenger)
		{
			if(PlayerInfo[playerid][pLeader]==1||PlayerInfo[playerid][pLeader]==2||PlayerInfo[playerid][pLeader]==3) {}
		    else { SetPlayerCriminal(playerid,255, "Stealing A Police Vehicle"); }
		}
		if (IsALSFMD(vehicleid) && !ispassenger)
		{
		    if(PlayerInfo[playerid][pMember]==4||PlayerInfo[playerid][pLeader]==4) { }
		    else { SetPlayerCriminal(playerid,255, "Stealing An Ambulance"); }
		}
	}
            return 1;
Reply


Messages In This Thread
How to fix warning 217: loose indentation - by Mean - 23.05.2011, 08:51
Re: How to fix warning 217: loose indentation - by Mean - 23.05.2011, 16:21
Respuesta: How to fix warning 217: loose indentation - by Host-samp - 23.05.2011, 20:45
Re: How to fix warning 217: loose indentation - by [L3th4l] - 23.05.2011, 20:48
Re: How to fix warning 217: loose indentation - by TheGarfield - 23.05.2011, 20:55
Re: How to fix warning 217: loose indentation - by Mean - 25.05.2011, 09:16
Re: How to fix warning 217: loose indentation - by HyperZ - 25.05.2011, 10:50
Re: How to fix warning 217: loose indentation - by Lorenc_ - 25.05.2011, 11:38
Re: How to fix warning 217: loose indentation - by leong124 - 25.05.2011, 14:47
Re: How to fix warning 217: loose indentation - by Michael@Belgium - 26.05.2011, 07:15
Re: How to fix warning 217: loose indentation - by [WA]iRonan - 16.01.2013, 10:13
Re: How to fix warning 217: loose indentation - by Y_Less - 16.01.2013, 10:25
Re: How to fix warning 217: loose indentation - by [WA]iRonan - 16.01.2013, 10:49
Re: How to fix warning 217: loose indentation - by Superdude - 16.01.2013, 11:59
Re: How to fix warning 217: loose indentation - by Y_Less - 16.01.2013, 12:19
Re: How to fix warning 217: loose indentation - by [WA]iRonan - 17.01.2013, 09:40
Re: How to fix warning 217: loose indentation - by JoBullet - 17.01.2013, 16:06
Re: How to fix warning 217: loose indentation - by Christian7073 - 10.04.2013, 14:45
Respuesta: How to fix warning 217: loose indentation - by sonnkz - 10.04.2013, 18:53
Re: How to fix warning 217: loose indentation - by RealCop228 - 10.04.2013, 19:10
Re: Respuesta: How to fix warning 217: loose indentation - by Ash. - 10.04.2013, 19:16
Re: How to fix warning 217: loose indentation - by MP2 - 11.04.2013, 08:11
Re: How to fix warning 217: loose indentation - by Patrick - 11.04.2013, 09:34
Re: How to fix warning 217: loose indentation - by biduaxe - 29.07.2013, 04:34
Re: How to fix warning 217: loose indentation - by maaz - 05.12.2013, 19:04
Re: How to fix warning 217: loose indentation - by iZN - 05.12.2013, 19:11
Re: How to fix warning 217: loose indentation - by maaz - 05.12.2013, 19:13
Re: How to fix warning 217: loose indentation - by Y_Less - 05.12.2013, 21:32
Re: How to fix warning 217: loose indentation - by maaz - 06.12.2013, 02:53

Forum Jump:


Users browsing this thread: 17 Guest(s)