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: MySQL plugin problem (
/showthread.php?tid=483398)
MySQL plugin problem -
PakPak - 25.12.2013
Hey. im using the mysql plugin R33 (
https://sampforum.blast.hk/showthread.php?tid=56564 ),
It works on my other pc, but on this one it doesn't work.
Code:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[19:59:24]
[19:59:24] Server Plugins
[19:59:24] --------------
[19:59:24] Loading plugin: mysql
[19:59:24] Failed.
[19:59:24] Loading plugin: streamer
[19:59:24]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[19:59:24] Loaded.
[19:59:24] Loading plugin: sscanf
[19:59:24]
[19:59:24] ===============================
[19:59:24] sscanf plugin loaded.
[19:59:24] Version: 2.8.1
[19:59:24] © 2012 Alex "Y_Less" Cole
[19:59:24] ===============================
[19:59:24] Loaded.
[19:59:24] Loading plugin: nativechecker
[19:59:24] Loaded.
[19:59:24] Loading plugin: Whirlpool
[19:59:24]
[19:59:24] ==================
[19:59:24]
[19:59:24] Whirlpool loaded
[19:59:24]
[19:59:24] ==================
[19:59:24]
[19:59:24] Loaded.
[19:59:24] Loaded 4 plugins.
[19:59:24]
[19:59:24] Filterscripts
[19:59:24] ---------------
[19:59:24] Loaded 0 filterscripts.
[19:59:24] Error: Function not registered: 'cache_get_row_count'
[19:59:24] Error: Function not registered: 'mysql_close'
[19:59:24] Error: Function not registered: 'mysql_connect'
[19:59:24] Error: Function not registered: 'mysql_tquery'
[19:59:24] Error: Function not registered: 'cache_get_data'
[19:59:24] Error: Function not registered: 'cache_get_row_int'
[19:59:24] Error: Function not registered: 'cache_get_row'
[19:59:24] Error: Function not registered: 'cache_get_row_float'
[19:59:24] Error: Function not registered: 'cache_insert_id'
[19:59:24] Error: Function not registered: 'WP_Hash'
[19:59:24] Error: Function not registered: 'mysql_escape_string'
[19:59:24] Script[gamemodes/MyRP.amx]: Run time error 19: "File or function is not found"
[19:59:24] Number of vehicle models: 0
I have the mysql.dll in /plugins, libmysql.dll in the sa-mp server directory and added the plugin to the cfg.
I don't know what i am doing wrong.
Ive also re-installed .net framework, but that didn't help too
any one knows what the problem is?