Brackets 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: Brackets HELP! (
/showthread.php?tid=493288)
Brackets HELP! -
puki7 - 08.02.2014
Please help me I need a program to find my broken bracket
This script has 91552 lines so its too big for some apps can i find it somehow I know one is missing because when i start "Missing Bracket Finder 2" And Ive got this result:
Opening Brackets: 21324
Closing Brackets: 21325
How to locate that one extra closing bracket??
Please help.
Re: Brackets HELP! -
Wizz123 - 08.02.2014
Provide your lines from 21324 to line 21325.
Re: Brackets HELP! -
Kirollos - 08.02.2014
Quote:
Originally Posted by Wizz123
Provide your lines from 21324 to line 21325.
|
21324 was the amount of opened brackets while 21325 was the amount of closed brackets.
OT:
=> try use Notepad++ as it highlights brackets so you can check part by part till you get it.
Or
=> try comment each part till it compiles successfully then look at this part till you find the missing bracket.