Quote:
Originally Posted by Onfroi
It is. It's the same plugin but basically with the mysql library compiled in it. The other option would be to install the mysql library on your VPS, but good luck with that, because it's a pain in the ass if you're a newbie on linux.
|
Tried the _static multiple times and for some reason its not making a difference, im fairly certain my filterscript using MYSQL is not loading because the _static.so is not the same version as the one the admin filterscript is using. Let me explain in a little more detail;
I am using the latest (R39-3) mysql_static.so plugin to attempt to run this filterscript (
https://sampforum.blast.hk/showthread.php?tid=386118) which is running R5. I am 200% everything is correct and installed this ranging from the plugins/database.
My server log shows;
Код:
SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team
[11:21:21]
[11:21:21] Server Plugins
[11:21:21] --------------
[11:21:21] Loading plugin: mysql_static.so
[11:21:21] >> plugin.mysql: R39-3 successfully loaded.
[11:21:21] Loaded.
[11:21:21] Loading plugin: sscanf.so
[11:21:21]
[11:21:21] ===============================
[11:21:21] sscanf plugin loaded.
[11:21:21] Version: 2.8.1
[11:21:21] © 2012 Alex "******" Cole
[11:21:21] ===============================
[11:21:21] Loaded.
[11:21:21] Loading plugin: crashdetect.so
[11:21:21] CrashDetect v4.15.1 is OK.
[11:21:21] Loaded.
[11:21:21] Loaded 3 plugins.
[11:21:21]
[11:21:21] Filterscripts
[11:21:21] ---------------
[11:21:21] Loading filterscript 'adminkod.amx'...
[11:21:21] [debug] Run time error 19: "File or function is not found"
[11:21:21] [debug] mysql_ping
[11:21:21] [debug] mysql_store_result
[11:21:21] [debug] mysql_num_rows
[11:21:21] [debug] mysql_free_result
[11:21:21] [debug] mysql_real_escape_string
[11:21:21] [debug] mysql_fetch_row_format
[11:21:21] [debug] mysql_fetch_field_row
[11:21:21] Loaded 1 filterscripts.
[11:21:21] [debug] Run time error 19: "File or function is not found"
[11:21:21] [debug] mysql_ping
[11:21:21] [debug] mysql_store_result
[11:21:21] [debug] mysql_num_rows
[11:21:21] [debug] mysql_free_result
[11:21:21] [debug] mysql_real_escape_string
[11:21:21] [debug] mysql_fetch_row_format
[11:21:21] [debug] mysql_fetch_field_row
[11:21:21]
------------------------------------------
[11:21:21] CounterTDM - Official Gamemode
[11:21:21] 1.0
[11:21:21] ------------------------------------------
[11:21:21] Number of vehicle models: 0
However the filterscript does not, its supposed to show something like this;
however it does not.
I cannot locate the _static file for the R5 version thats if it is even needed? I might be cocking this up totally, if so please advise me on what to do or if I have missed key information out ask for it.
All help is appreciated and repped.