SA-MP Forums Archive
"#endif", but found "-end of file-" Need Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: "#endif", but found "-end of file-" Need Help (/showthread.php?tid=610328)



"#endif", but found "-end of file-" Need Help - Soap_MacTavish - 22.06.2016

ERROR expected token: "#endif", but found "-end of file-"

only one error. Anyone tell me what's going on? I didn't meet this problem before :0

Thx!


Re: "#endif", but found "-end of file-" Need Help - F1N4L - 22.06.2016

Error example
Код:
#if defined test
    #define test
Solution:
Код:
#if defined test
    #define test
#endif



Re: "#endif", but found "-end of file-" Need Help - Soap_MacTavish - 22.06.2016

Thanks for your help. I'm gonna check it out later.