a_mysql problem - 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: a_mysql problem (
/showthread.php?tid=444110)
a_mysql problem -
Leighton - 15.06.2013
I added a_mysql to my include folder and added into my script #include <a_mysql>
Now my error is C:\Users\Leighton\gamemodes\Edited.pwn(2) : fatal error 100: cannot read from file: "a_mysql"
Re: a_mysql problem -
Vince - 15.06.2013
It should be in pawno/include; not in the include folder that sits in the server root. Besides that, don't double click on scripts to open them. Open your editor and open the script through the editor. This will ensure that you're working from the right directory.
Re: a_mysql problem -
Black Wolf - 15.06.2013
You probably dont have a_mysql.inc file in your pawno/include folder.