Posts: 484
Threads: 49
Joined: Feb 2011
15.05.2013, 18:25
(
Последний раз редактировалось Dragony92; 24.04.2015 в 15:59.
Причина: Updated to v1.1
)
Missing Bracket Finder
Author: DraGoN FiRe
Version: 1.1
Usage
Compile you script with folowing params in pawn.cfg "-l -;+ -(+ -\", without quotes, and put .lst file in scriptfiles folder, name it "mbFile.lst", start server and loadfs mb.amx, check console/server log for results...
ScreenShots
Known bugs
////
Download
Amx & Pwn -
http://www.NooBot.info/MissingBracketFinder.rar
Pastebin -
http://pastebin.com/bQj5azKP
Suggestions?
It would have helped if it could narrow the range down to a smaller number (looking for missing bracket area), but it works great. Good job.
Posts: 58
Threads: 0
Joined: Mar 2012
Reputation:
0
I'd suggest for somewhat effective missing brackets finder to perform following steps:
1. preprocess input file(via pawncc with switch)
2. consider brackets in strings and any other possible place after preprocessing
Posts: 484
Threads: 49
Joined: Feb 2011
Updated from Beta to Version 1.0, thanks for suggestions ****** and JoBullet, now it looks much better.
Any suggestions now?
Thank you.
Posts: 41
Threads: 2
Joined: Oct 2014
Reputation:
0
Not working.
Working...
Some bracket isn't closed on lines between 1092 and 1158.
|---------------Stats---------------|
Opened Brackets: 18
Closed Brackets: 14
Total lines: 1158
Time to execute: 0.01sek
Total CheckPoints: 92
Note: But my gamemode its 75000 lines.