SA-MP Forums Archive
help me pleas!!! - 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: help me pleas!!! (/showthread.php?tid=154775)



help me pleas!!! - Steve_Osten - 15.06.2010

hello everyone
i got an warning in my script why ?? can you help me
Код:
 C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(2613) : warning 235: public function lacks forward declaration (symbol "IsASasCar")
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(9108) : warning 213: tag mismatch
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(12061) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(12062) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(13297) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(13299) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(13305) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(13308) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(13314) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(13316) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(13322) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(13324) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(13330) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(13332) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(13368) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(13370) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(13406) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(13408) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\LS-RP\GAMEMO~1\LIGHT-~2.PWN(25644) : warning 217: loose indentation



Re: help me pleas!!! - ViruZZzZ_ChiLLL - 15.06.2010

Well first of all, show us the script so we can help you

and second, don't be afraid of loose indentations.
It's just means that your script is not properly indented.
It won't change the effect of your script in-game.


Re: help me pleas!!! - Flashy - 15.06.2010

Loose intention means you donґt put something in thr right order.
Mayn times are wrong brackets the reason for this warnings.




Re: help me pleas!!! - [XST]O_x - 15.06.2010

Quote:
Originally Posted by Flashy
Loose intention means you donґt put something in thr right order.
Mayn times are wrong brackets the reason for this warnings.

But there are still line 2613 and line 9108,show them to us please.


Re: help me pleas!!! - Adil - 15.06.2010

Put this above the other forwards:
pawn Код:
forward IsASasCar();
EDIT:
Quote:
Originally Posted by ViruZZzZ_ChiLLL
Well first of all, show us the script so we can help you

and second, don't be afraid of loose indentations.
It's just means that your script is not properly indented.
It won't change the effect of your script in-game.
Actually, he has too many Loose Indentations, that can make his server laggy. They do affect in game.