SA-MP Forums Archive
Help Error - 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)
+--- Thread: Help Error (/showthread.php?tid=318196)



Help Error - DarkB0y - 14.02.2012

Код:
C:\DOCUME~1\bob\Desktop\STUNT\WORLDS~1.5\FILTER~1\f.pwn(34) : warning 217: loose indentation
Pawn compiler 3.2.3664              Copyright © 1997-2006, ITB CompuPhase


1 Warning.
what is this i have try alot but not fixed

line : flare_id[i][0] = 0;

help pls


Re: Help Error - niyaz - 14.02.2012

I get 4 warning but I made my own topic....


Re: Help Error - emokidx - 14.02.2012

search
https://sampforum.blast.hk/showthread.php?tid=256961


Re: Help Error - JamesC - 14.02.2012

You need to look into indentation. All you have to do is use tabs so you and others can understand your code properly. It's really simple to do, trust me, I do it every day.

Now, others might tell you that all you need to do is write #pragma tabsize 0 at the start of your script, but that is like placing a band-aid on a leg amputation.

James Carson.


Re: Help Error - DarkB0y - 14.02.2012

Thx all Problem Solved