Posts: 621
Threads: 174
Joined: Nov 2013
So,
While im hosting at free host. then when i transfer the server files unto my host by FileZilla.Then when i start my server it Says "Unknown Gamemode" and the GM is not working too. But when i start a localhost server it seems fine. I dont know why.And i dont know why it says "Connection Closed By server"
Posts: 37
Threads: 3
Joined: Feb 2014
Reputation:
0
Open up your server.cfg and
gamemode0 "gamemodename" 1
find this line.
Be sure your game mode has been compiled (.amx) and be sure you are typing correct name.
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Post the server log. It's most likely due to a run time error 19 (missing plugins or failed to load).
Posts: 1,166
Threads: 44
Joined: Sep 2009
Reputation:
0
Make sure you're using the correct plugins, if your server host is linux make sure you're using the .so version's and adding them to your server.cfg "plugins blah.so"
Edit: Konstantinos
Posts: 621
Threads: 174
Joined: Nov 2013
Quote:
Originally Posted by Konstantinos
Post the server log. It's most likely due to a run time error 19 (missing plugins or failed to load).
|
Код:
[12:58:39] [part] Father_Ivann has left the server (0:1)
[12:58:33] [join] Father_Ivann has joined the server (0:125.60.241.62)
[12:58:31] Incoming connection: 125.60.241.62:54157
[12:57:55] [part] Christian_Ivann has left the server (0:1)
[12:57:46] [join] Christian_Ivann has joined the server (0:125.60.241.62)
[12:57:44] Incoming connection: 125.60.241.62:62231
[12:56:49] Number of vehicle models: 0
[12:56:49] Script[gamemodes/ASRP.amx]: Run time error 19: "File or function is not found"
[12:56:49] Error: Function not registered: 'CreateDynamicSphere'
[12:56:49] Error: Function not registered: 'DestroyDynamicMapIcon'
[12:56:49] Error: Function not registered: 'IsValidDynamicMapIcon'
[12:56:49] Error: Function not registered: 'SetDynamicObjectPos'
[12:56:49] Error: Function not registered: 'IsValidDynamicObject'
[12:56:49] Error: Function not registered: 'CountDynamicMapIcons'
[12:56:49] Error: Function not registered: 'Streamer_TickRate'
[12:56:49] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[12:56:49] Error: Function not registered: 'SetDynamicObjectRot'
[12:56:49] Error: Function not registered: 'GetDynamicObjectPos'
[12:56:49] Error: Function not registered: 'AttachDynamicObjectToVehicle'
[12:56:49] Error: Function not registered: 'CountDynamicObjects'
[12:56:49] Error: Function not registered: 'CountDynamicPickups'
[12:56:49] Error: Function not registered: 'CountDynamic3DTextLabels'
[12:56:49] Error: Function not registered: 'CreateDynamicMapIcon'
[12:56:49] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[12:56:49] Error: Function not registered: 'DestroyDynamicPickup'
[12:56:49] Error: Function not registered: 'IsValidDynamicPickup'
[12:56:49] Error: Function not registered: 'Streamer_Update'
[12:56:49] Error: Function not registered: 'Streamer_UpdateEx'
[12:56:49] Error: Function not registered: 'DestroyAllDynamicAreas'
[12:56:49] Error: Function not registered: 'DestroyAllDynamicRaceCPs'
[12:56:49] Error: Function not registered: 'DestroyAllDynamicMapIcons'
[12:56:49] Error: Function not registered: 'DestroyAllDynamicCPs'
[12:56:49] Error: Function not registered: 'DestroyAllDynamic3DTextLabels'
[12:56:49] Error: Function not registered: 'DestroyAllDynamicPickups'
[12:56:49] Error: Function not registered: 'DestroyAllDynamicObjects'
[12:56:49] Error: Function not registered: 'MoveDynamicObject'
[12:56:49] Error: Function not registered: 'IsPlayerInDynamicArea'
[12:56:49] Error: Function not registered: 'CreateDynamic3DTextLabel'
[12:56:49] Error: Function not registered: 'CreateDynamicPickup'
[12:56:49] Error: Function not registered: 'DestroyDynamicObject'
[12:56:49] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[12:56:49] Error: Function not registered: 'CreateDynamicObject'
[12:56:49] Error: Function not registered: 'Streamer_CallbackHook'
[12:56:49] Loaded 2 filterscripts.
[12:56:49] Loading filterscript 'buttons.amx'...
[12:56:49] Loading filterscript 'anims.amx'...
[12:56:49] ---------------
[12:56:49] Filterscripts
[12:56:49]
[12:56:49] Loaded 3 plugins.
[12:56:49] Loaded.
[12:56:49] Loading plugin: nativechecker.so
[12:56:49] Failed (plugins/streamer.sol: cannot open shared object file: No such file or directory)
[12:56:49] Loading plugin: streamer.sol
[12:56:49] Loaded.
[12:56:49] ===============================
[12:56:49] © 2012 Alex "******" Cole
[12:56:49] Version: 2.8.1
[12:56:49] sscanf plugin loaded.
[12:56:49] ===============================
[12:56:49]
[12:56:49] Loading plugin: sscanf.so
[12:56:49] Loaded.
*** Audio Plugin v0.5 R2 by Incognito loaded ***
[12:56:49]
[12:56:49] Loading plugin: audio.so
[12:56:49] --------------
[12:56:49] Server Plugins
[12:56:49]
v0.3z, ©2005-2014 SA-MP Team
----------------------
SA-MP Dedicated Server
----------
Loaded log file: "server_log.txt".
----------
[12:54:56] [part] Christian_Ivann has left the server (0:1)
[12:54:48] [join] Christian_Ivann has joined the server (0:125.60.241.62)
[12:54:47] Incoming connection: 125.60.241.62:49769
[12:53:52] Number of vehicle models: 0
[12:53:52] Script[gamemodes/ASRP.amx]: Run time error 19: "File or function is not found"
[12:53:52] Loaded 2 filterscripts.
[12:53:52] Loading filterscript 'buttons.amx'...
[12:53:52] Loading filterscript 'anims.amx'...
[12:53:52] ---------------
[12:53:52] Filterscripts
[12:53:52]
Posts: 621
Threads: 174
Joined: Nov 2013
Quote:
Originally Posted by Neonman
|
and like this
Код:
[12:58:39] [part] Father_Ivann has left the server (0:1)
[12:58:33] [join] Father_Ivann has joined the server (0:125.60.241.62)
[12:58:31] Incoming connection: 125.60.241.62:54157
[12:57:55] [part] Christian_Ivann has left the server (0:1)
[12:57:46] [join] Christian_Ivann has joined the server (0:125.60.241.62)
[12:57:44] Incoming connection: 125.60.241.62:62231
[12:56:49] Number of vehicle models: 0
[12:56:49] Script[gamemodes/ASRP.amx]: Run time error 19: "File or function is not found"
[12:56:49] Error: Function not registered: 'CreateDynamicSphere'
[12:56:49] Error: Function not registered: 'DestroyDynamicMapIcon'
[12:56:49] Error: Function not registered: 'IsValidDynamicMapIcon'
[12:56:49] Error: Function not registered: 'SetDynamicObjectPos'
[12:56:49] Error: Function not registered: 'IsValidDynamicObject'
[12:56:49] Error: Function not registered: 'CountDynamicMapIcons'
[12:56:49] Error: Function not registered: 'Streamer_TickRate'
[12:56:49] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[12:56:49] Error: Function not registered: 'SetDynamicObjectRot'
[12:56:49] Error: Function not registered: 'GetDynamicObjectPos'
[12:56:49] Error: Function not registered: 'AttachDynamicObjectToVehicle'
[12:56:49] Error: Function not registered: 'CountDynamicObjects'
[12:56:49] Error: Function not registered: 'CountDynamicPickups'
[12:56:49] Error: Function not registered: 'CountDynamic3DTextLabels'
[12:56:49] Error: Function not registered: 'CreateDynamicMapIcon'
[12:56:49] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[12:56:49] Error: Function not registered: 'DestroyDynamicPickup'
[12:56:49] Error: Function not registered: 'IsValidDynamicPickup'
[12:56:49] Error: Function not registered: 'Streamer_Update'
[12:56:49] Error: Function not registered: 'Streamer_UpdateEx'
[12:56:49] Error: Function not registered: 'DestroyAllDynamicAreas'
[12:56:49] Error: Function not registered: 'DestroyAllDynamicRaceCPs'
[12:56:49] Error: Function not registered: 'DestroyAllDynamicMapIcons'
[12:56:49] Error: Function not registered: 'DestroyAllDynamicCPs'
[12:56:49] Error: Function not registered: 'DestroyAllDynamic3DTextLabels'
[12:56:49] Error: Function not registered: 'DestroyAllDynamicPickups'
[12:56:49] Error: Function not registered: 'DestroyAllDynamicObjects'
[12:56:49] Error: Function not registered: 'MoveDynamicObject'
[12:56:49] Error: Function not registered: 'IsPlayerInDynamicArea'
[12:56:49] Error: Function not registered: 'CreateDynamic3DTextLabel'
[12:56:49] Error: Function not registered: 'CreateDynamicPickup'
[12:56:49] Error: Function not registered: 'DestroyDynamicObject'
[12:56:49] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[12:56:49] Error: Function not registered: 'CreateDynamicObject'
[12:56:49] Error: Function not registered: 'Streamer_CallbackHook'
[12:56:49] Loaded 2 filterscripts.
[12:56:49] Loading filterscript 'buttons.amx'...
[12:56:49] Loading filterscript 'anims.amx'...
[12:56:49] ---------------
[12:56:49] Filterscripts
[12:56:49]
[12:56:49] Loaded 3 plugins.
[12:56:49] Loaded.
[12:56:49] Loading plugin: nativechecker.so
[12:56:49] Failed (plugins/streamer.sol: cannot open shared object file: No such file or directory)
[12:56:49] Loading plugin: streamer.sol
[12:56:49] Loaded.
[12:56:49] ===============================
[12:56:49] © 2012 Alex "******" Cole
[12:56:49] Version: 2.8.1
[12:56:49] sscanf plugin loaded.
[12:56:49] ===============================
[12:56:49]
[12:56:49] Loading plugin: sscanf.so
[12:56:49] Loaded.
*** Audio Plugin v0.5 R2 by Incognito loaded ***
[12:56:49]
[12:56:49] Loading plugin: audio.so
[12:56:49] --------------
[12:56:49] Server Plugins
[12:56:49]
v0.3z, ©2005-2014 SA-MP Team
----------------------
SA-MP Dedicated Server
----------
Loaded log file: "server_log.txt".
----------
[12:54:56] [part] Christian_Ivann has left the server (0:1)
[12:54:48] [join] Christian_Ivann has joined the server (0:125.60.241.62)
[12:54:47] Incoming connection: 125.60.241.62:49769
[12:53:52] Number of vehicle models: 0
[12:53:52] Script[gamemodes/ASRP.amx]: Run time error 19: "File or function is not found"
[12:53:52] Loaded 2 filterscripts.
[12:53:52] Loading filterscript 'buttons.amx'...
[12:53:52] Loading filterscript 'anims.amx'...
[12:53:52] ---------------
[12:53:52] Filterscripts
[12:53:52]
Posts: 1,600
Threads: 3
Joined: May 2011
Reputation:
0
Failed (plugins/streamer.sol: cannot open shared object file: No such file or directory)
[12:56:49] Loading plugin: streamer.sol
This needs to be streamer.so and then it should function properly.