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

Quote:
Originally Posted by lrZ^ aka LarzI
instead of closing brackets, you've opened more .

you have
pawn Код:
if(something) { something; {
it should be
pawn Код:
if(something) { something; }
thanks for the fast response...but I'm still a little confused , never used a switch

and the quote above really wasn't that helpfull, please explain a little more..I'm sorry


btw doing else if over and over doesn't work, that was my first mistake in this code..
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)