SA-MP Forums Archive
Finding 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: Finding Bracket!! (/showthread.php?tid=74699)



Finding Bracket!! - dafel2 - 25.04.2009

when i compile it shows 26 errors: its missing bracket.
How can i know where i am missing a bracket in my 50k line script >?
Can someone help me?
Is there a program That finds missing bracket? :/


Re: Finding Bracket!! - Think - 25.04.2009

Quote:
Originally Posted by Don_Lake
Okay i was scripting and when i compile it it shows 26 errors: its missing bracket.
How can i know where i am missing a bracket in my 50k line script
CTRL+F and go to every { and if there is isn't a } with it fill it on and otherwise (if its a missing { probatly it is a missing })

But first go @ what you last edited.


Re: Finding Bracket!! - dafel2 - 25.04.2009

Quote:
Originally Posted by Pandabeer1337
Quote:
Originally Posted by Don_Lake
Okay i was scripting and when i compile it it shows 26 errors: its missing bracket.
How can i know where i am missing a bracket in my 50k line script
CTRL+F and go to every { and if there is isn't a } with it fill it on and otherwise (if its a missing { probatly it is a missing })

But first go @ what you last edited.
it doesnt help! any other tips finding that missing bracket?