[Ajuda] Loose identation
#1

Nгo sei como corrigir o erro.
Disseram para colocar o pragma , mas pelo que sei isso pode originar crash e um cуdigo mais desorganizado , me ajudem por favor.

Код:
C:\Documents and Settings\Brito\Ambiente de trabalho\Brasil StyleGames RPG\gamemodes\BSG.pwn(1688) : warning 217: loose indentation
C:\Documents and Settings\Brito\Ambiente de trabalho\Brasil StyleGames RPG\gamemodes\BSG.pwn(1701) : warning 217: loose indentation
C:\Documents and Settings\Brito\Ambiente de trabalho\Brasil StyleGames RPG\gamemodes\BSG.pwn(1709) : warning 217: loose indentation
C:\Documents and Settings\Brito\Ambiente de trabalho\Brasil StyleGames RPG\gamemodes\BSG.pwn(1710) : warning 217: loose indentation
C:\Documents and Settings\Brito\Ambiente de trabalho\Brasil StyleGames RPG\gamemodes\BSG.pwn(1711) : warning 217: loose indentation
Код:
CMD:lavarcarro(playerid, params[])
{
	if(IsPlayerInRangeOfPoint(playerid, 5, 1911.1886,-1784.2952,13.0801))
	{
		if(IsPlayerInAnyVehicle(playerid))
		{
 			if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
   			{
			   VerificarVeiculo(playerid);//public das variaveis carros
			   for(new x = 0; x < sizeof(NaoLavavel); x++)
       			{
          			if(GetVehicleModel(GetPlayerVehicleID(playerid)) == NaoLavavel[x][0])
			        {
			            SendClientMessage(playerid, COR_CINZA1, "Vocк nгo pode ter este veнculo lavado.");
		            	return 1;
					}
				}
			if(GetPlayerMoney(playerid) > 19)
   			  {
			  	    if(usandolavacarro == -1)
 			        {
	             		GivePlayerMoneyEx(playerid, -20);
 			            usandolavacarro = playerid;
    			   		Update3DTextLabelText(textoentrada, COR_CINZA1, "Alguйm estб usando a lavagem do carro agora.");
						foreach(Player, i)
						{
							if(GetPlayerVehicleID(i) == GetPlayerVehicleID(playerid))
							{
						    	TogglePlayerControllable(i, 0);
			    				SetPlayerCameraPos(i,1907.8804,-1790.0590,15);
   							 SetPlayerCameraLookAt(i,1911.0471,-1781.6868,13.3828);
							}
							if(GetPlayerSurfingVehicleID(i) == GetPlayerVehicleID(playerid))
							{
						    	SetPlayerPos(i,1906.9204,-1786.0435,13.5469);
							    SetPlayerFacingAngle(i, 270);
							}
						}
					     SetVehiclePos(GetPlayerVehicleID(playerid), 1911.1886, -1784.2952, 13.0801);
 				        SetVehicleZAngle(GetPlayerVehicleID(playerid), 0);
   			         MoveDynamicObject(PortaoEntrada, 1911.21130371, -1780.68151855, 10.50000000, 1);
       			     SetTimerEx("Autocruise",3500,0,"ii",playerid, 1);
					}
					else
					{
  					  SendClientMessage(playerid, COR_CINZA1, "Alguйm estб usando a lavagem do carro agora.");
					}
				}
			 	else
			    {
			   		SendClientMessage(playerid, COR_CINZA1, "Vocк nгo tem dinheiro suficiente.");
 			      }
			}
			else
			{
				SendClientMessage(playerid, COR_CINZA1, "Vocк nгo й o condutor deste veнculo.");
			  }
	    }
	    else
	    {
	    	SendClientMessage(playerid, COR_CINZA1, "Vocк nгo estб em um carro!");
		}
	}
	else
	{
		SendClientMessage(playerid, COR_CINZA1, "Vocк nгo estб na entrada da lavagem do carro.");
	}
	return 1;
}
Reply


Messages In This Thread
[Ajuda] Loose identation - by jepebrito - 24.09.2011, 21:50
Re: [Ajuda] Loose identation - by [NWD]Jim._.Carrey - 24.09.2011, 21:51
Re: [Ajuda] Loose identation - by WLSF - 24.09.2011, 21:54
Re: [Ajuda] Loose identation - by jepebrito - 24.09.2011, 21:59
Re: [Ajuda] Loose identation - by [NWD]Jim._.Carrey - 24.09.2011, 22:01
Re: [Ajuda] Loose identation - by leandroak - 24.09.2011, 22:31
Re: [Ajuda] Loose identation - by jepebrito - 24.09.2011, 22:32
Re: [Ajuda] Loose identation - by leandroak - 24.09.2011, 22:55
Re: [Ajuda] Loose identation - by Izaac Abreu - 25.09.2011, 20:15
Re: [Ajuda] Loose identation - by Pharrel - 25.09.2011, 20:53

Forum Jump:


Users browsing this thread: 3 Guest(s)