Some stupid 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Some stupid problem.. (
/showthread.php?tid=265084)
Some stupid problem.. -
[IL]HeHu - 29.06.2011
Hey, well, whenever I put MySQL into my gamemode, the console ALWAYS writes this:
PHP код:
Script[gamemodes/SCRIPTNAME.amx]: Run time error 19: "File or function is not found"
SCRIPTNAME is obviously the name of the script I define
I already tried it with my own two scripts & with LARP, without MySQL database it works, with it it shows the stupid error.
Maybe somebody knows how to fix this problem? Thanks in advance.
Re: Some stupid problem.. -
BizzyD - 29.06.2011
Do you have the mysql plugin?
Re: Some stupid problem.. -
SmileyForCheat - 29.06.2011
Check The
server.cfg
Add The plugins Maybe You Delete Someone File Plugins
Re: Some stupid problem.. -
[IL]HeHu - 29.06.2011
I have mysql.dll in my plugins folder
Then I have a_sampmysql.inc in my include folder
Then I have this: plugins streamer mysql in my server.cfg
Re: Some stupid problem.. -
VivianKris - 29.06.2011
Check spell mistake "pluign" or "plugins"
Re: Some stupid problem.. -
Calgon - 29.06.2011
What OS are you hosting your server on?
Re: Some stupid problem.. -
[IL]HeHu - 29.06.2011
What do you mean by OS?
Well my SQL server is in WAMP
Re: Some stupid problem.. -
Calgon - 29.06.2011
It's not hard to ****** something if you don't understand it, especially acronyms and abbreivations.
OS means "operating system."
But anyway, by WAMP, I presume you mean Windows. Do you have 'libmysql.dll' in your SA-MP server directory and 'mysql.dll' in your 'plugins' folder?
Re: Some stupid problem.. -
[IL]HeHu - 29.06.2011
Oh, operating system..
I have W7, and yeah I do have both.
Re: Some stupid problem.. -
[IL]HeHu - 29.06.2011
I've already literally tried everything, maybe I need to update the .NET Framework or w/e it's called
Anyone help please?