SA-MP Forums Archive
F_Streamer help - 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: F_Streamer help (/showthread.php?tid=213514)



F_Streamer help - domceo1 - 19.01.2011

Hi i use f srreamer and i got 2warnings
D:\Desktop\LGM\Sampas\sampaa\filterscripts\F_Strea mer.pwn(1 : warning 217: loose indentation
D:\Desktop\LGM\Sampas\sampaa\filterscripts\F_Strea mer.pwn(306) : warning 217: loose indentation
why?Please help


Re: F_Streamer help - Alby Fire - 19.01.2011

If the error is through the objects check if you put them like this:
Код:
F_CreateObject(ecc....
 F_CreateObject(ecc...
 F_CreateObject(ecc..
F_CreateObject(ecc...
If you put them like this just alline all the objects and follow the identation, if not, post the code.


Re: F_Streamer help - HyperZ - 19.01.2011

Put this under INC's:
pawn Код:
#pragma tabsize 0