SA-MP Forums Archive
Gamemode unknown - 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: Gamemode unknown (/showthread.php?tid=542819)



Gamemode unknown - Shannkz - 22.10.2014

Hey guys.
I have this old gamemode in my PC for some time.
I decided to start a new server with it, cause I worked a bit at it.
I have just one little problem.


Gamemode says : Unknown

Heres the log:

Quote:

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[17:14:13] filterscripts = "" (string)
[17:14:13]
[17:14:13] Server Plugins
[17:14:13] --------------
[17:14:13] Loading plugin: a_samp
[17:14:13] Failed (plugins/a_samp: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: streamer
[17:14:13] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: sscanf2
[17:14:13] Failed (plugins/sscanf2: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: a_zones
[17:14:13] Failed (plugins/a_zones: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: GeoIP_Plugin
[17:14:13] Failed (plugins/GeoIP_Plugin: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: foreach
[17:14:13] Failed (plugins/foreach: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: zcmd
[17:14:13] Failed (plugins/zcmd: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: a_mysql
[17:14:13] Failed (plugins/a_mysql: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: OPSP
[17:14:13] Failed (plugins/OPSP: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: SIT
[17:14:13] Failed (plugins/SIT: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: beaZone
[17:14:13] Failed (plugins/beaZone: cannot open shared object file: No such file or directory)
[17:14:13] Loaded 0 plugins.

[17:14:13]
[17:14:13] Filterscripts
[17:14:13] ---------------
[17:14:13] Loaded 0 filterscripts.

[17:14:14] Script[gamemodes/fp110.amx]: Run time error 19: "File or function is not found"
[17:14:14] Number of vehicle models: 0




Re: Gamemode unknown - gurmani11 - 22.10.2014

You dont have .dll or .so plugins in your "plugins" folder


Re: Gamemode unknown - Uh - 22.10.2014

Happend with me before all waht u have to do is upload the plugins and it will work 100%


Re: Gamemode unknown - Crayder - 22.10.2014

Quote:
Originally Posted by Uh
Посмотреть сообщение
Happend with me before all waht u have to do is upload the plugins and it will work 100%
It's not uploading, it's DOWNloading, the files are coming to you, not going out...

Get all the plugins required for the gamemode and put them in your plugins folder, then add all their names to the plugins line of your server.cfg file.


Respuesta: Gamemode unknown - !R1Ch@rD! - 22.10.2014

pawn Код:
Failed (plugins/a_samp: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: streamer
[17:14:13] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: sscanf2
[17:14:13] Failed (plugins/sscanf2: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: a_zones
[17:14:13] Failed (plugins/a_zones: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: GeoIP_Plugin
[17:14:13] Failed (plugins/GeoIP_Plugin: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: foreach
[17:14:13] Failed (plugins/foreach: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: zcmd
[17:14:13] Failed (plugins/zcmd: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: a_mysql
[17:14:13] Failed (plugins/a_mysql: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: OPSP
[17:14:13] Failed (plugins/OPSP: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: SIT
[17:14:13] Failed (plugins/SIT: cannot open shared object file: No such file or directory)
[17:14:13] Loading plugin: beaZone
[17:14:13] Failed (plugins/beaZone: cannot open shared object file: No such file or directory)
[17:14:13] Loaded 0 plugins.
the plugins you are using are not loading properly


Re: Gamemode unknown - Shannkz - 22.10.2014

This is what I get now, I tried changing mysql plugins so many times, not working.

Quote:

[23:00:29] Loaded.
[23:00:29] Loading plugin: mysql.so
[23:00:29] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[23:00:29] Loading plugin: irc.so
[23:00:29] Failed (plugins/irc.so: cannot open shared object file: No such file or directory)
[23:00:29] Loading plugin: GeoIP_Plugin.so
[23:00:29] GeoIP_Plugin got loaded.
[23:00:29] Loaded.
[23:00:29] Loading plugin: Whirlpool.so
[23:00:29]
[23:00:29] ==================
[23:00:29]
[23:00:29] Whirlpool loaded
[23:00:29]
[23:00:29] ==================
[23:00:29]
[23:00:29] Loaded.
[23:00:29] Loading plugin: nativechecker.so
[23:00:29] Loaded.
[23:00:29] Loaded 5 plugins.

[23:00:29]
[23:00:29] Filterscripts
[23:00:29] ---------------
[23:00:29] Loading filterscript 'vehname.amx'...
[23:00:29] Loaded 1 filterscripts.

[23:00:29] Error: Function not registered: 'mysql_query'
[23:00:29] Error: Function not registered: 'mysql_connect'
[23:00:29] Error: Function not registered: 'mysql_close'
[23:00:29] Error: Function not registered: 'mysql_real_escape_string'
[23:00:29] Error: Function not registered: 'mysql_store_result'
[23:00:29] Error: Function not registered: 'mysql_num_rows'
[23:00:29] Error: Function not registered: 'mysql_retrieve_row'
[23:00:29] Error: Function not registered: 'mysql_fetch_int'
[23:00:29] Error: Function not registered: 'mysql_free_result'
[23:00:29] Error: Function not registered: 'mysql_fetch_field_row'
[23:00:29] Error: Function not registered: 'mysql_fetch_row_format'
[23:00:29] Error: Function not registered: 'mysql_ping'
[23:00:29] Error: Function not registered: 'mysql_reconnect'
[23:00:29] Error: Function not registered: 'mysql_insert_id'
[23:00:29] Script[gamemodes/m1.amx]: Run time error 19: "File or function is not found"
[23:00:29] Number of vehicle models: 0




Re: Gamemode unknown - MrCallum - 22.10.2014

Quote:

[23:00:29] Loading plugin: mysql.so
[23:00:29] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)

You need to get Libmysqlclient_r.so


Re: Gamemode unknown - Shannkz - 22.10.2014

Updated.


Quote:

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[23:44:50]
[23:44:50] Server Plugins
[23:44:50] --------------
[23:44:50] Loading plugin: sscanf.so
[23:44:50]

[23:44:50] ===============================

[23:44:50] sscanf plugin loaded.

[23:44:50] Version: 2.8.1

[23:44:50] © 2012 Alex "******" Cole

[23:44:50] ===============================

[23:44:50] Loaded.
[23:44:50] Loading plugin: streamer.so
[23:44:50]

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[23:44:50] Loaded.
[23:44:50] Loading plugin: mysql_5.5.so
[23:44:50] >> plugin.mysql: R39-2 successfully loaded.
[23:44:50] Loaded.
[23:44:50] Loading plugin: irc.so
[23:44:50]

*** IRC Plugin v1.4.5 by Incognito loaded ***

[23:44:50] Loaded.
[23:44:50] Loading plugin: GeoIP_Plugin.so
[23:44:50] GeoIP_Plugin got loaded.
[23:44:50] Loaded.
[23:44:50] Loading plugin: Whirlpool.so
[23:44:50]
[23:44:50] ==================
[23:44:50]
[23:44:50] Whirlpool loaded
[23:44:50]
[23:44:50] ==================
[23:44:50]
[23:44:50] Loaded.
[23:44:50] Loading plugin: nativechecker.so
[23:44:50] Loaded.
[23:44:50] Loaded 7 plugins.

[23:44:50]
[23:44:50] Filterscripts
[23:44:50] ---------------
[23:44:50] Loading filterscript 'vehname.amx'...
[23:44:50] Loaded 1 filterscripts.

[23:44:51] Error: Function not registered: 'mysql_real_escape_string'
[23:44:51] Error: Function not registered: 'mysql_store_result'
[23:44:51] Error: Function not registered: 'mysql_num_rows'
[23:44:51] Error: Function not registered: 'mysql_retrieve_row'
[23:44:51] Error: Function not registered: 'mysql_fetch_int'
[23:44:51] Error: Function not registered: 'mysql_free_result'
[23:44:51] Error: Function not registered: 'mysql_fetch_field_row'
[23:44:51] Error: Function not registered: 'mysql_fetch_row_format'
[23:44:51] Error: Function not registered: 'mysql_ping'
[23:44:51] Error: Function not registered: 'mysql_insert_id'
[23:44:51] Script[gamemodes/m1.amx]: Run time error 19: "File or function is not found"
[23:44:51] Number of vehicle models: 0