Loose Indentation
#1

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(IsACopCar(vehicleid))
        if(PlayerInfo[playerid][pFaction] != 1) return SendClientMessage(playerid,COLOR_YELLOW, "You are not in the LSPD / FBI"); RemovePlayerFromVehicle(playerid);
    return 1;
}
How can i remove the loose indentation warnings in the code above? Thanks
Reply


Messages In This Thread
Loose Indentation - by lewismichaelbbc - 03.03.2012, 16:35
Re: Loose Indentation - by Konstantinos - 03.03.2012, 16:35

Forum Jump:


Users browsing this thread: 1 Guest(s)