SA-MP Forums Archive
Getting Error - 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: Getting Error (/showthread.php?tid=309850)



Getting Error - Rickeman - 09.01.2012

Hello ppl,
I'm a new scripter and I wanted to add a FS but when I compile i get an error:

C:\Users\Rick\Desktop\GTASA\SAMP server\gamemodes\Blank.pwn(812) : fatal error 100: cannot read from file: "a_mysql"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

I want to add this:
http://pastebin.com/aH2rNvx6

Can someone help me with fixing this?
Thanks.


Re: Getting Error - Konstantinos - 09.01.2012

Download the MYSQL, because you don't have it.
[Plugin] [REL] MySQL Plugin R6-2 (R7 in dev)


Re: Getting Error - Rickeman - 09.01.2012

I'm totally new with this so how I need to add that?


Re: Getting Error - Konstantinos - 09.01.2012

It says:
How to install:
Windows: Copy mysql.dll to the /plugins and libmysql.dll to the SA-MP server directory. Afterwards add 'plugins mysql' to your server configuration.
Linux: Copy mysql.so to your /plugins directory and add 'plugins mysql.so' to your server configuration


Re: Getting Error - RoleplayEditor - 09.01.2012

And add
pawn Код:
#include <a_mysql>
too


Re: Getting Error - Konstantinos - 09.01.2012

Quote:
Originally Posted by RoleplayEditor
Посмотреть сообщение
And add
pawn Код:
#include <a_mysql>
too
He already have it
Read above: C:\Users\Rick\Desktop\GTASA\SAMP server\gamemodes\Blank.pwn(812) : fatal error 100: cannot read from file: "a_mysql"