[Tool/Web/Other] Missing Brackets Finder [1.1.0] - NOW WITH GUI
#41

I love it 2 but lets try if it really can help me
Reply
#42

Anyone can help me how to use this program?
with Team Viewr
i really need that
Reply
#43

Код:
MISSING BRACKET: The { bracket on line 27420 does not have a pair!
MISSING BRACKET: The { bracket on line 76003 does not have a pair!
MISSING BRACKET: The { bracket on line 76492 does not have a pair!
MISSING BRACKET: The { bracket on line 76743 does not have a pair!
Result: 
Opening angle brackets ({): 16030 
Closing angle brackets (}): 16026 
4 angle brackets without pair! Fix it!
i go to this lines and not missed here nothing
Reply
#44

Quote:
Originally Posted by sapsap
Посмотреть сообщение
Getting this error:
..
Sorry for the late reply.
I tested it again, but it didn't report that problem. I don't know why your perl is complaining about it, but you can fix it by removing the my in line 63 before the $_ in the "perl/brackets.pm" file
So
Код:
my $_ = <$in>;
to
Код:
$_ = <$in>;
In the next days I will re-upload it with this little change, also it shouldn't make a problem for the majority.


Quote:

Code:
MISSING BRACKET: The { bracket on line 27420 does not have a pair!
MISSING BRACKET: The { bracket on line 76003 does not have a pair!
MISSING BRACKET: The { bracket on line 76492 does not have a pair!
MISSING BRACKET: The { bracket on line 76743 does not have a pair!
Result:
Opening angle brackets ({): 16030
Closing angle brackets (}): 16026
4 angle brackets without pair! Fix it!
i go to this lines and not missed here nothing

Is there also no missing bracket in the area of one of the reported lines?
Reply
#45

my error: No such file or directory at brackets.pm line 55.
how can i solve it?

(i extracked the package)
Reply
#46

Can not open file D:/SA-MP/LAGGMENTESНTЙS/szerуvfinal 0.3c RC6/gamemodes/FULLHOUSE53STIME.pwn: No such file or directory at brackets.pm line 55.

how can i fix it?
Reply
#47

I've used this finder several times in my file and it said that everything is ok but pawno still won't compile it! Then i press Compile pawno crashes and Not Responding. Can anyone help me?
Reply
#48

I can't get this to work. Each time I run the program it says the 'perl' is not a recognized command or batch program.
Reply
#49

Is program working fine?
It tolds that I missed bracket on line where's no bracket
also tolds "The } bracket on line 41370 does not have a pair!" but I have there only { and it have a pair
Reply
#50

Awesome app.
Reply
#51

YOU NEED PERL!
How hard is it people to know what software requirements you do need?!
Reply
#52

@Gamer - Yeah, tnx anyway
Reply
#53

Nice script, easy to be used. Gonna download it for sure, might become useful someday.
Reply
#54

Very useful , thank you
Reply
#55

Код:
MISSING BRACKET: The { bracket on line 29996 does not have a pair!
Result: 
Opening angle brackets ({): 10879 
Closing angle brackets (}): 10878 
1 angle brackets without pair! Fix it!
pawn Код:
|| skin == 280 || skin == 281 || skin == 282 || skin == 283 || skin == 285 || skin == 286 || skin == 287 || skin == 288 || skin == 289 || skin == 290 || skin == 291 || skin == 294 || skin == 295 || skin == 298 || skin == 299//line 29996

     PutPlayerInVehicle(playerid, TestCar[1], 0);//10878
                 SetPlayerRaceCheckpoint(playerid, 0,Test[0],Test[1],Test[2],0,0,0,10.0);//10879
the line 29996 i'm sure that i dont change anything in the function...so there's NO WAY TO HAVE SOME PROBLEM IN THERE!

somebody help meee :/
Reply
#56

Awesome man. I use this when I make stupid mistakes :P
Reply
#57

Epicness.
Reply
#58

Doesnt work correctly...

Quote:

MISSING BRACKET: The { bracket on line 14423 does not have a pair!
Result:
Opening angle brackets ({): 8382
Closing angle brackets (}): 8381
1 angle brackets without pair! Fix it!
pawn Код:
for(new i = 0; i<MAX_VEHICLES; i++)//14423
                {
                    if(IsVehicleConnected(PlayerCar[i][vid]))
                    {
                        PlayerCar[i][Lock] = 1;
                        CheckLock(PlayerCar[i][vid]);
                    }
                }
Some fail -.-
Reply
#59

Can anyone help me?

Can not open file C:/Users/Цrni/Desktop/RGR/Real-Roleplay.pwn: No such file or directory at brackets.pm line 55.
Reply
#60

Code:
MISSING BRACKET: The { bracket on line 26338 does not have a pair!
Result: 
Opening angle brackets ({): 15932 
Closing angle brackets (}): 15931 
1 angle brackets without pair! Fix it!
At line 26338 i have this:

Code:
if(strcmp(cmd, "/dance", true) == 0) 
    {
        if(IsPlayerConnected(playerid))
        {
			// Get the dance style param
      		tmp = strtok(cmdtext, idx);
			if(!strlen(tmp)) {
				SendClientMessage(playerid,0xFF0000FF,"Folosire: /dance [style 1-4]");
				return 1;
			}

			dancestyle = strval(tmp);
			if(dancestyle < 1 || dancestyle > 4) {
			    SendClientMessage(playerid,0xFF0000FF,"Folosire: /dance [style 1-4]");
			    return 1;
			}

			if(dancestyle == 1) {
			    SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE1);
			} else if(dancestyle == 2) {
			    SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE2);
			} else if(dancestyle == 3) {
			    SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE3);
			} else if(dancestyle == 4) {
			    SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE4);
			}
        }
 	  	return 1;
	}
And at 15932:
Code:
else if(TransportDuty[i] == 2)
	                    {
	                        format(string, sizeof(string), "* You paid $%d to the Bus Driver.", TransportValue[i]);
							SendClientMessage(playerid, COLOR_WHITE, string);
							format(string, sizeof(string), "* Passenger %s has entered your Bus.", name);
							SendClientMessage(i, COLOR_WHITE, string);
	                    }
I can\'t see any missed brackets in theese lines ... But still have a problem with a missing bracket when i try to compile.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)