Missing Bracket - 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: Missing Bracket (
/showthread.php?tid=98891)
Missing Bracket -
Independence - 24.09.2009
Hey, Yesterday i just got 26 errors when i compile the gamemode, i knew i forget to put bracket on somewhere. Well i gonna ask you guys a question if there are any way to find exactly line that i should put a bracket on it, because my script had 70k lines i dont want to check up my whole script because this may took about whole day or couple of days.
Re: Missing Bracket -
Doppeyy - 24.09.2009
Dont the errors show wich lines the errors are ?
Thats always like that in Pawno.
/Artix
Re: Missing Bracket -
_Vortex - 24.09.2009
The missing brackets are usually right before the errors start.
Re: Missing Bracket -
Independence - 24.09.2009
Okay, i just found the issue and then i put my bracket into the right places.
and then i compiled BOOM!! no more errors.
btw im just glad to continue my work so sooner, i thought it was couple of days yay!!
Re: Missing Bracket -
Flake. - 24.09.2009
Nice
Re: Missing Bracket -
VIRUXE - 24.09.2009
So, how exactly did you find the missing bracket?
Re: Missing Bracket -
Independence - 24.09.2009
Quote:
Originally Posted by ViRuXe
So, how exactly did you find the missing bracket?
|
Just like everyone do, check the whole script and try to remember what i do in the script yesterday.
Re: Missing Bracket -
Mike Garber - 24.09.2009
Quote:
Originally Posted by Independence
Just like everyone do, check the whole script and try to remember what i do in the script yesterday.
|
LOL that's not how everyone does.
Everyone checks the errors, wich always show wich line the error is at.
If there's a missing bracket, the bracket is missing right before or after that part of the script xD