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)
+--- Thread: Help? (
/showthread.php?tid=351664)
Help? -
N0FeaR - 16.06.2012
Is this right for zcmd cus i get an error on this
Код:
C:\Users\Hellman\Desktop\New folder\pawno\include\/CRP/Publics/OnCommand.pwn(3824) : warning 217: loose indentation
pawn Код:
if(!strcmp(x_vehicle, "park"))
Re: Help? -
JaTochNietDan - 16.06.2012
A loose indentation warning means that you have not indented your code appropriately.
It is impossible to tell where your indentation has gone wrong, as you've only shown us one line with no reference to how far indented it should be or how much it has even been indented in your code (if it has at all).
I recommend you read the basic programming guide available on the official PAWN site, along with the official PAWN documentation.
http://www.compuphase.com/pawn/pawn.htm
Re: Help? -
Flake. - 16.06.2012
you can also use the cheap way and cover it using
Re: Help? -
Face9000 - 16.06.2012
Select that line and allign it to other code by pressing TAB.
Quote:
This forum requires that you wait 120 seconds between posts. Please try again in 10 seconds.
|