Posts: 30
Threads: 15
Joined: Jul 2015
I got vps Linux and I put the script told me error 19 function amx and when I open the script on my desktop there is samp03svr and the sampsevrer.exe and when I click on samp server.exe it work and when I delete samp03svr.exe and click samp server.exe tell me the same problem error 19 function amx so if I put samp03svr it will work or no ? and how to work it what is the command
Posts: 1,690
Threads: 18
Joined: Jul 2012
Reputation:
0
Use nativechecker plugin, Install it and then again load you server then post what your last logs said.
Posts: 1,045
Threads: 150
Joined: Oct 2013
Reputation:
0
You probably forgot .so to your plugins, download the .so plugins and put them in your folder and add .so to your plugins in server.cfg
Posts: 30
Threads: 15
Joined: Jul 2015
I made then and didn't work
Posts: 30
Threads: 15
Joined: Jul 2015
I made it and I got this
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team
[18:23:51] password = "" (string)
[18:23:51] filterscripts = "" (string)
[18:23:51]
[18:23:51] Server Plugins
[18:23:51] --------------
[18:23:51] Loading plugin: streamer.so
[18:23:51]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[18:23:51] Loaded.
[18:23:51] Loading plugin: sscanf.so
[18:23:51]
[18:23:51] ===============================
[18:23:51] sscanf plugin loaded.
[18:23:51] © 2009 Alex "******" Cole
[18:23:51] 0.3d-R2 500 Players "dnee"
[18:23:51] ===============================
[18:23:51] Loaded.
[18:23:51] Loading plugin: mysql.so
[18:23:51] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[18:23:51] Loading plugin: socket.so
[18:23:51] Socket plugin v0.2b loaded.
[18:23:51] Loaded.
[18:23:51] Loading plugin: nativechecker.so
[18:23:51] Loaded.
[18:23:51] Loaded 4 plugins.
[18:23:51]
[18:23:51] Filterscripts
[18:23:51] ---------------
[18:23:51] Loaded 0 filterscripts.
[18:23:51] *** Streamer Plugin: Include file version (0x26105) does not match plugin version (0x26104) (script needs to be recompiled with the latest include file)
[18:23:51] Error: Function not registered: 'mysql_query'
[18:23:51] Error: Function not registered: 'mysql_connect'
[18:23:51] Error: Function not registered: 'mysql_insert_id'
[18:23:51] Error: Function not registered: 'mysql_store_result'
[18:23:51] Error: Function not registered: 'mysql_num_rows'
[18:23:51] Error: Function not registered: 'mysql_retrieve_row'
[18:23:51] Error: Function not registered: 'mysql_fetch_field_row'
[18:23:51] Error: Function not registered: 'mysql_free_result'
[18:23:51] Script[gamemodes/LRP.amx]: Run time error 19: "File or function is not found"
[18:23:51] Number of vehicle models: 0
Posts: 70
Threads: 4
Joined: May 2010
Reputation:
0
You can't just change your plugins from .dll to .so either get the source and recompile or download the linux version of it which im sure the developers provide.