Jump to content
  • 0

pomoc return warning


BTomas

Dotaz

caute, delam na modu..

 

 

a mam tento warning

 

nevim, jestli ten warning vadi nebo ne..

C:\Documents and Settings\Vul\Plocha\FS Original\BestTown73.pwn(487) : warning 217: loose indentation
case 3:
{
      if(IsPlayerConnected(playerid))
   		 {
    	 new car = GetPlayerVehicleID(playerid);

	     if(!IsPlayerInAnyVehicle(playerid))
 		 {
    	 SetPlayerPos(playerid,1483.6840,-1744.2020,13.5469);
    	 SendClientMessage(playerid, COLOR_MODRA, "Odwarpoval si se do Los Santos");
    	 SetPlayerInterior(playerid, 0);
    	 }else{
    	 SetVehiclePos(car,1483.6840,-1744.2020,13.5469);
    	 SendClientMessage(playerid, COLOR_MODRA, "Odwarpoval si se do Los Santos");
    	 SetPlayerInterior(playerid, 0);
 		 }
      	 }
}

}

}
}
    return 1;
}

toto je pulka z toho..

Link to comment
Share on other sites

4 odpovědí na tuto otázku

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...