Pawno compiler stopped compiling, used missing bracket finder.
#1

So I used Missing Bracket Finder, and it said:
Code:
MISSING BRACKET: The } bracket on line 1144 does not have a pair!
Result: 
Opening angle brackets ({): 265 
Closing angle brackets (}): 266 
1 angle brackets without pair! Fix it!
But line 1144 is,
pawn Code:
public OnPlayerLeaveCheckpoint(playerid)
{
    return 1;
}

Which is weird, because there's clearly brackets there, and I've only been modifying my dialog response, which is here:
So I dunno...
Reply
#2

Show the callback / function above where the error is
Reply
#3

There is nothing in the callbacks above the line 1144, or below it. Or above ondialogresponse, like I said, ondialogresponse is the only thing I changed before it stopped compiling.
Reply
#4

comment each dialog bit by bit and then see which dialog id is the problem
Reply
#5

Quote:
Originally Posted by Lorenc_
View Post
comment each dialog bit by bit and then see which dialog id is the problem
That helped me find the problem, cheers

Fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)