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



warnings - 02manchestera - 28.02.2010

I know you dont need to get rid of them but my script can be bit funny with warnings, any ideas for these warnings.

Код:
C:\Users\alex\Desktop\my server\MIJN server\gamemodes\stuntingparadiso.pwn(308) : warning 217: loose indentation
C:\Users\alex\Desktop\my server\MIJN server\gamemodes\stuntingparadiso.pwn(332) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
Код:
 if(!strcmp(cmdtext, "/rally", true))//208

if(!strcmp(cmdtext, "/race1", true))//332



Re: warnings - [HiC]TheKiller - 28.02.2010

Make sure your indentation is right. Also, if you are too lazy put this in your script:

pawn Код:
#pragma tabsize 0



Re: warnings - smeti - 28.02.2010


http://dracoblue.net/tidy/pawn/