02.01.2015, 13:51
error 30
you're missing a "}" somewhere above the code you posted.
meaning you opened a "compount statement" with "{"
but didn't close it with "}".
normally, it would've thrown 26 errors at you but here
we even have a EOF by chance somewhere above that code
as said, look for missing "}"
Quote:
|
Originally Posted by PAWNlang
An unexpected end of File occurred.
One or more compound statements are still unfinished (i.e. the closing brace "}" has not been found). |
meaning you opened a "compount statement" with "{"
but didn't close it with "}".
normally, it would've thrown 26 errors at you but here
we even have a EOF by chance somewhere above that code

as said, look for missing "}"

