SA-MP Forums Archive
Warning - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Warning (/showthread.php?tid=278265)



Warning - James_Bourne - 21.08.2011

Code:
C:\Users\james\Downloads\DM\Gamemodes\hardcoredm.pwn(2573) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Code:
	UsePlayerPedAnims();



Re: Warning - HyperZ - 21.08.2011

Check this: http://forum.sa-mp.com/showthread.ph...se+indentation

Or put this under includes:
pawn Code:
#pragma tabsize 0



Re: Warning - Jafet_Macario - 21.08.2011

Warning Loose identation:
pawn Code:
SetPlayerHealth(playerid, 100);
                 SetPlayerHealth(playerid,100);
Correct form:
pawn Code:
SetPlayerHealth(playerid, 100);
SetPlayerHealth(playerid,100);



Re: Warning - James_Bourne - 21.08.2011

It was fixed because of the map object wasnt
like this:
MapObject

That is a example.