Need help! progress.inc(5) : error 026: no matching "#if..."
#1

So I got this error on clean script...

IDK what is wrong with it..

Код:
progress.inc(5) : error 026: no matching "#if..."
5TH line

Код:
#endif
With best regards Scrillex.
Reply
#2

Like the error says, you have no #if define on top of the code. Something along the lines of:

pawn Код:
#if defined _MY_INC_INC
    #endinput
#endif
EDIT: The problem here is that you cannot end an if if no if was ever started.
Reply
#3

You see I just added a progress.inc at my script.. I even didnt use it.. first time I see something like it...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)