BlueG's Mysql plugin 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: BlueG's Mysql plugin problem. (
/showthread.php?tid=493825)
BlueG's Mysql plugin problem. -
rappy93 - 10.02.2014
So..basically the plugin won't load. It fails loading and I dont understand why. I've seen other people having the same issue but an answer was never given.
pawn Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, (C)2005-2013 SA-MP Team
[03:08:21] filterscripts = "" (string)
[03:08:21]
[03:08:21] Server Plugins
[03:08:21] --------------
[03:08:21] Loading plugin: sscanf.dll
[03:08:21]
[03:08:21] ===============================
[03:08:21] sscanf plugin loaded.
[03:08:21] (c) 2009 Alex "******" Cole
[03:08:21] 0.3d-R2 500 Players "dnee"
[03:08:21] ===============================
[03:08:21] Loaded.
[03:08:21] Loading plugin: streamer.dll
[03:08:21]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[03:08:21] Loaded.
[03:08:21] Loading plugin: mysql.dll
[03:08:21] Failed.
[03:08:21] Loading plugin: crashdetect.dll
[03:08:21] CrashDetect v4.13 is OK.
[03:08:21] Loaded.
[03:08:21] Loaded 3 plugins.
[03:08:21]
[03:08:21] Filterscripts
[03:08:21] ---------------
[03:08:21] Loaded 0 filterscripts.
[03:08:22] [debug] Run time error 19: "File or function is not found"
[03:08:22] [debug] mysql_connect
[03:08:22] [debug] mysql_function_query
[03:08:22] [debug] mysql_close
[03:08:22] [debug] mysql_real_escape_string
[03:08:22] [debug] cache_get_data
[03:08:22] [debug] cache_get_row
[03:08:22] [debug] cache_insert_id
[03:08:22] [debug] cache_get_row_int
[03:08:22] [debug] cache_get_row_float
[03:08:22] [debug] Run time error 19: "File or function is not found"
[03:08:22] [debug] mysql_connect
[03:08:22] [debug] mysql_function_query
[03:08:22] [debug] mysql_close
[03:08:22] [debug] mysql_real_escape_string
[03:08:22] [debug] cache_get_data
[03:08:22] [debug] cache_get_row
[03:08:22] [debug] cache_insert_id
[03:08:22] [debug] cache_get_row_int
[03:08:22] [debug] cache_get_row_float
[03:08:22] Script[gamemodes/lsrp.amx]: Run time error 19: "File or function is not found"
[03:08:22] Number of vehicle models: 0
I do have libmysql.dll in my MAIN folder. I have the plugin in the right place same with the include. It just won't load it. I've tried 7 of the last versions ( R36-30 ) and then I tried some around R20 and R15. Nothing seems to work... Anyone has any idea why this is happening ?