Posts: 224
Threads: 37
Joined: Feb 2011
Reputation:
0
Everytime I try to compile my script, the PAWN compiler is crashing. I've ran a missing bracket finder, it's returning the issue that the script has a missing bracket on line 65050, however, when I goto that line, it's simply a SendClientMessage line, with no errors. I've looked in and around the lines, and I can't find any brackets without pairs.
Help?
Posts: 113
Threads: 25
Joined: Jun 2011
Reputation:
0
Post the code here, I've had this problem plenty of times.
Posts: 203
Threads: 6
Joined: Jul 2010
Reputation:
0
Ah, I think we all hate when this happens. I don't use a missing bracket finder I simply look myself. Just scan your eyes down through the entire script. It's a long and boring process depending on how many lines your script contains but you'll find that missing bracket at the end of the day.