[HELP]compound statement not closed at the end of file
#2

instead of closing brackets, you've opened more .

you have
pawn Код:
if(something) { something; {
it should be
pawn Код:
if(something) { something; }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)