Loose Indentation
#1

Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
 if(newkeys == KEY_SUBMISSION)
	{
		if(IsPlayerInAnyVehicle(playerid))
 {
			{

      }
		}
	}
	  	if(newkeys & KEY_FIRE && IsPlayerInAnyVehicle(playerid))
	{
		if(!IsNosVehicle(GetPlayerVehicleID(playerid))) return SendClientMessage(playerid, 0xFF0000AA, "You can't add Nitrous to this vehicle");
		AddVehicleComponent(GetPlayerVehicleID(playerid), 1010);
		PlayerPlaySound(playerid, 1133 ,0, 0, 0);
		GameTextForPlayer(playerid,"~y~Nitro",4000,1);
}
	// Check if the player is in any vehicle and is the driver
	if (IsPlayerInAnyVehicle(playerid) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
Код:
C:\Documents and Settings\Juan & Miguel\Desktop\Stunt Paradise 0.3a\gamemodes\SP.pwn(2318) : warning 217: loose indentation
C:\Documents and Settings\Juan & Miguel\Desktop\Stunt Paradise 0.3a\gamemodes\SP.pwn(2326) : warning 217: loose indentation
How can I fix it?
Reply


Messages In This Thread
Loose Indentation - by Juanxz - 23.01.2010, 19:51
Re: Loose Indentation - by [dN]Eagle - 23.01.2010, 20:00
Re: Loose Indentation - by Jeffry - 23.01.2010, 20:01
Re: Loose Indentation - by Juanxz - 23.01.2010, 20:05
Re: Loose Indentation - by Jeffry - 23.01.2010, 20:32
Re: Loose Indentation - by Streetplaya - 23.01.2010, 20:47
Re: Loose Indentation - by Juanxz - 23.01.2010, 20:51
Re: Loose Indentation - by Streetplaya - 23.01.2010, 21:40
Re: Loose Indentation - by Juanxz - 23.01.2010, 21:44

Forum Jump:


Users browsing this thread: 1 Guest(s)