Posts: 150
Threads: 1
Joined: Jan 2015
Reputation:
0
At the top of your script you should see #include <a samp> you need to replace this with #include <a_samp>. Notice the missing underscore? The name of your include must be accurate, it is case sensitive.
The name references the .inc file that is located in pawno/include folder of your server.
Let me know if you need any further help with this.
Posts: 1,192
Threads: 10
Joined: Dec 2017
Reputation:
0
first of all its a_samp so make sure you got that '_' and also make sure you got a_samp in your pawno/includes but if you reinstalled samp server im sure you already got it.
edit: welp too late again.
Posts: 240
Threads: 5
Joined: Nov 2017
Quote:
Originally Posted by JonnyDeath
Hello, I've been trying to figure this out for some time now but everything I do just does nothing, or messes everything up even more than before.
THe error I am getting is:
Код:
fatal error 100: cannot read from file: "a samp"
I've looked it up but haven't found this specific "a samp" error. I've tried reinstalling the samp-server file but it done nothing. Any help is much appreciated as I am currently a novice basically and I do wanna get better at scripting.
|
I wonder what the problem is here