Error 217
#1

when i try to create neon system
Код:
C:\Documents and Settings\Administrator\Desktop\Mani\filterscripts\Neon.pwn(51) : warning 217: loose indentation
C:\Documents and Settings\Administrator\Desktop\Mani\filterscripts\Neon.pwn(55) : warning 217: loose indentation
C:\Documents and Settings\Administrator\Desktop\Mani\filterscripts\Neon.pwn(56) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Warnings.
51 pawno
pawn Код:
if(listitem == 1)
55 pawno

pawn Код:
DeletePVar(playerid, "neon")
56 pawno
pawn Код:
DestroyObject(GetPVarInt(playerid, "red1"));
Reply
#2

You have tabulator problem. Script properly.

No warning.
pawn Код:
if(Hello == 1)
{
   
}
But this would cause to warning on compiler.
pawn Код:
if(Hello == 1)
    {
   
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)