None of my includes work anymore
#1

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:
Код:
Ongamemodeinit()
{
return 1;
}
it doesn't work.

Any clue?
Reply
#2

do u have on the top of ur script:
#include <a_samp>
Reply
#3

Also you need

main(){}

Make sure that when you downloaded 0.3c, that you use the pawno.exe included
Reply
#4

Yup. In both includes and script.
Reply
#5

I've put the main(){} in both script and includes, still not working.
And as I said in the main post, it is in the right folder:
pawno/includes.
Reply
#6

Try to include the whole absolute path to the file
E.g. include "c:\abc\def\pawno\include\include.inc"

And please use the edit button. You do not have to post 2 times in 5 minutes.
Reply
#7

Still not working even tho I put the whole path in it.

And sorry about the double posting, I just don't want this thread to be neglected since that happened more.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)