08.09.2011, 10:18
So I used Missing Bracket Finder, and it said:
But line 1144 is,
Which is weird, because there's clearly brackets there, and I've only been modifying my dialog response, which is here:
So I dunno...
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!
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...