26.02.2010, 13:28
Quote:
Originally Posted by Fugitive.
They all show with warnings I'm afraid.
|
Maybe you something like this:
pawn Код:
stock function()
{
for(new f = 0; f < 9; f++)
{
TextDrawShowForPlayer(playerid,Spawntext[f]);
}
}
In the case above, the whitespace before the for loop is 3 spaces.
So it will give a warning:
Код:
(1754) : warning 217: loose indentation