Posts: 728
Threads: 109
Joined: May 2015
Reputation:
0
its been writen 1000 times on this forum,i used the search function,used 3-4 programs,none of them worked,except one that has told me im missing 3 brackets but the lines it gave me were wrong i could identify missing brackets there.
any other way to find missing brackets besides the non-working programs?
ty in advance
Posts: 80
Threads: 0
Joined: Feb 2019
Reputation:
0
Does the compiler report the missing bracket? I've always been under the impression that the Pawn compiler already had a more-than-acceptable lint system, unless it is misinterpreting your bracket structure.
Posts: 543
Threads: 4
Joined: Jul 2015
Reputation:
0
Check your last modification you've done before making the script not able to compile, and match each brace with its pair, you'll easily find the missing brace if the code is clean, nicely indented.
Posts: 214
Threads: 31
Joined: Oct 2018
Reputation:
0
Try to find any backup from before. And anytime I was having missing brackets compiler gave me a lot of errors like 20 undefinied symbols
Posts: 728
Threads: 109
Joined: May 2015
Reputation:
0
i dont have a backup,im trying to fix this one..other thoughts
Posts: 728
Threads: 109
Joined: May 2015
Reputation:
0
10.02.2019, 11:39
(
Последний раз редактировалось PepsiCola23; 11.02.2019 в 10:18.
)
edit : Solved it by commenting piece by piece until i got errors,then i could find the problem much easier ,thanks everyone !