Warning 217: loose indentation?
#1

Hey guys, I am working on Zuc's multimode and I get this warnings:

Problem line (2827):
pawn Код:
if(listitem == 5) (
Problem line (2833)
pawn Код:
new sk=GetPlayerSkin(playerid);
Full code (From 2827 to 2833)
pawn Код:
if(listitem == 5){
          if(Options[Language]==1)format(string, sizeof(string), "--- %s и entrato nel Mondo COPS AND ROBBERS", NomeGiocatore1);else
          if(Options[Language]==2)format(string, sizeof(string), "--- %s has joined in World COPS AND ROBBERS", NomeGiocatore1);
          SendClientMessageToAll(WorldChoosed,string);print(string);SetPlayerVirtualWorld(playerid,COPS_AND_ROBBERS__WORLD);
          SetPlayerWeather(playerid,TEMPO_COPS_AND_ROBBERS);SetPlayerTime(playerid,ORARIO_COPS_AND_ROBBERS,00);
          SetPlayerColor(playerid,FREEROAM_PLAYER);SceltaMondiFatta[playerid]=5;}
          new sk=GetPlayerSkin(playerid);
Please help me.
Reply


Messages In This Thread
Warning 217: loose indentation? - by Smokkr - 28.08.2012, 18:00
Re: Warning 217: loose indentation? - by lamarr007 - 28.08.2012, 18:08
Re: Warning 217: loose indentation? - by sniperwars - 28.08.2012, 18:10
Re: Warning 217: loose indentation? - by Smokkr - 28.08.2012, 18:13
Re: Warning 217: loose indentation? - by lamarr007 - 28.08.2012, 18:37

Forum Jump:


Users browsing this thread: 1 Guest(s)