Downloaded Gamemodes won't connect -
zach058 - 15.06.2012
I have a server setup on my network for playing SA with friends over my LAN and the default gamemode (grandlarc) works fine. My problem is with any gamemodes I download from this forum, the server loads up fine and the clients can ping the servers but when the actual game loads up and it tries to connect it says something like "Connecting to 192.168.2.2:7777..." then "The server did not respond. Retrying." It just keeps saying that till I quit the game. This makes no sense!
Re: Downloaded Gamemodes won't connect -
Jhero - 15.06.2012
Paste your
server_log.txt
Re: Downloaded Gamemodes won't connect -
DaRealShazz - 15.06.2012
Client version doesn't match server version.
Probably.
Re: Downloaded Gamemodes won't connect -
zach058 - 15.06.2012
This is from the server with the downloaded gamemode:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3d-R2-800p, ©2005-2011 SA-MP Team
[14:53:29] filterscripts = "" (string)
[14:53:29]
[14:53:29] Server Plugins
[14:53:29] --------------
[14:53:29] Loading plugin: streamer
[14:53:29]
*** Streamer Plugin v2.5.2 R2 by Incognito loaded ***
[14:53:29] Loaded.
[14:53:29] Loading plugin: sscanf
[14:53:29]
[14:53:29] ===============================
[14:53:29] sscanf plugin loaded.
[14:53:29] © 2009 Alex "******" Cole
[14:53:29] ===============================
[14:53:29] Loaded.
[14:53:29] Loading plugin: SII
[14:53:29] Failed.
[14:53:29] Loading plugin: GetVehicleName
[14:53:29] Failed.
[14:53:29] Loaded 2 plugins.
[14:53:29]
[14:53:29] Filterscripts
[14:53:29] ---------------
[14:53:29] Loaded 0 filterscripts.
[14:53:29] ||- Banks loaded: 0 -||
[14:53:29]
----------------------------------
[14:53:29] Ultimate Trucking
[14:53:29] ----------------------------------
[14:53:29] Number of vehicle models: 32
Re: Downloaded Gamemodes won't connect -
Face9000 - 15.06.2012
pawn Код:
[14:53:29] Loading plugin: SII
[14:53:29] Failed.
[14:53:29] Loading plugin: GetVehicleName
[14:53:29] Failed.
Remove it or find an updated version.
Re: Downloaded Gamemodes won't connect -
lsfmd - 15.06.2012
Код:
SA-MP Dedicated Server
----------------------
v0.3d-R2-800p, ©2005-2011 SA-MP Team
If your playing on 0.3e then update the server to it.
Re: Downloaded Gamemodes won't connect -
Jhero - 15.06.2012
pawn Код:
[14:53:29] Loading plugin: SII
[14:53:29] Failed.
[14:53:29] Loading plugin: GetVehicleName
[14:53:29] Failed.
[14:53:29] Loaded 2 plugins.
Either your plugins are (1) not located in your
plugins folder or not loaded in your
server.cfg
How to add it to your server.cfg?
(for linux)
pawn Код:
plugins SSI.so GetVehicleName.so (other plugins go here)
(for windows)
pawn Код:
plugins SSI.dll GetVehicleName.dll (other plugins go here)