08.01.2011, 17:18
Since the 0.3c update none of my includes work.
When compiling I get the "fatal" error that the script can't read one of them. When removed that one it goes to the next include on the includes lines.
YES I do got it in the correct folder and YES I do get an error in the includes:
no public entrypoint.
Even if I put a public callback in there which is empty like:
it doesn't work.
Any clue?
When compiling I get the "fatal" error that the script can't read one of them. When removed that one it goes to the next include on the includes lines.
YES I do got it in the correct folder and YES I do get an error in the includes:
no public entrypoint.
Even if I put a public callback in there which is empty like:
Код:
Ongamemodeinit() { return 1; }
Any clue?