09.02.2019, 10:25
Quote:
it doenst show any errors, it just doesnt compile and shows blank white no errors no info nothing
|
EDIT: Nevermind, I see what your actual issue is. How about using the Pawn pre-processor directive #endinput before certain functions begin? You said that a program reports 3 missing brackets. How about you throw an #endinput before the function that contains those 3 missing brackets and see if it compiles properly?
See more information on Pawn pre-processor directives. Ctrl + F to #endinput.