warning 217: loose indentation
#5

Quote:
Originally Posted by Fugitive.
They all show with warnings I'm afraid.
Then this is the wrong line, because it compiles fine for me..
Maybe you something like this:
pawn Код:
stock function()
{
  for(new f = 0; f < 9; f++)
  {
    TextDrawShowForPlayer(playerid,Spawntext[f]);
  }
}
Note: Every tab/whitespace sperator needs to be 4 spaces
In the case above, the whitespace before the for loop is 3 spaces.

So it will give a warning:
Код:
(1754) : warning 217: loose indentation
EDIT: I just see someone posted before me.. lol
Reply


Messages In This Thread
warning 217: loose indentation - by Fugative. - 26.02.2010, 13:14
Re: warning 217: loose indentation - by bajskorv123 - 26.02.2010, 13:16
Re: warning 217: loose indentation - by Fugative. - 26.02.2010, 13:19
Re: warning 217: loose indentation - by BlackFoX - 26.02.2010, 13:27
Re: warning 217: loose indentation - by [nl]daplayer - 26.02.2010, 13:28
Re: warning 217: loose indentation - by bajskorv123 - 26.02.2010, 13:29
Re: warning 217: loose indentation - by Jeffry - 26.02.2010, 13:32
Re: warning 217: loose indentation - by bajskorv123 - 26.02.2010, 13:36
Re: warning 217: loose indentation - by Fugative. - 26.02.2010, 13:43

Forum Jump:


Users browsing this thread: 1 Guest(s)