Warning
#1

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();
Reply
#2

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

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

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

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

That is a example.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)