Unknown gamemode -
Mr.Carpenter - 29.07.2012
So, I am trying to run
this gamemode on my server. But the gamemode just appears unknown and it starts with no script. The host computer is using Linux and I am uploading the files from my Windows computer in binary mode with FileZilla. Here's the log:
SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team
[19:56:07] filterscripts = "" (string)
[19:56:07]
[19:56:07] Server Plugins
[19:56:07] --------------
[19:56:07] Loading plugin: irc
[19:56:07] Failed (plugins/irc: cannot open shared object file: No such file or directory)
[19:56:07] Loading plugin: sscanf
[19:56:07] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[19:56:07] Loading plugin: gvar
[19:56:07] Failed (plugins/gvar: cannot open shared object file: No such file or directory)
[19:56:07] Loaded 0 plugins.
[19:56:07]
[19:56:07] Filterscripts
[19:56:07] ---------------
[19:56:07] Loaded 0 filterscripts.
[19:56:07] Script[gamemodes/1.1.1.amx]: Run time error 19: "File or function is not found"
[19:56:07] Number of vehicle models: 0
Re: Unknown gamemode - Glint - 29.07.2012
Your plugins failed to load make sure to update and recompile.
Re: Unknown gamemode -
Mr.Carpenter - 29.07.2012
Double post fuck.
Re: Unknown gamemode -
Mr.Carpenter - 29.07.2012
Quote:
Originally Posted by Mr.Carpenter
SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team
[20:30:37] filterscripts = "" (string)
[20:30:37]
[20:30:37] Server Plugins
[20:30:37] --------------
[20:30:37] Loading plugin: sscanf.so
[20:30:37]
[20:30:37] ===============================
[20:30:37] sscanf plugin loaded.
[20:30:37] © 2009 Alex "******" Cole
[20:30:37] 0.3d-R2 500 Players "dnee"
[20:30:37] ===============================
[20:30:37] Loaded.
[20:30:37] Loading plugin: gvar.so
[20:30:37]
*** GVar Plugin v1.3 by Incognito loaded ***
[20:30:37] Loaded.
[20:30:37] Loaded 2 plugins.
[20:30:37]
[20:30:37] Filterscripts
[20:30:37] ---------------
[20:30:37] Loaded 0 filterscripts.
[20:30:37] Script[gamemodes/tehocraft.amx]: Run time error 19: "File or function is not found"
[20:30:37] Number of vehicle models: 0
[20:30:41] Incoming connection:
[20:30:42] [join] Anaalisankari has joined the server
|
I also changed the gamemode name from 1.1.1 to tehocraft if you wondering.
Re: Unknown gamemode -
mati233 - 29.07.2012
Are you running on windows or linux?
Re: Unknown gamemode -
Mr.Carpenter - 29.07.2012
Quote:
Originally Posted by mati233
Are you running on windows or linux?
|
I'm running on Windows, but our host is running on Linux.
Re: Unknown gamemode -
dannyk0ed - 29.07.2012
plugins for linux should be .so after the plugin name.
Re: Unknown gamemode -
playbox12 - 29.07.2012
You are probably still missing a plugin. Look in your script what includes you use and post them here. Also I see that in the first post it tries to load IRC, but here in the second one you're not loading the IRC plugin.
Re: Unknown gamemode -
Mr.Carpenter - 29.07.2012
Quote:
Originally Posted by playbox12
You are probably still missing a plugin. Look in your script what includes you use and post them here. Also I see that in the first post it tries to load IRC, but here in the second one you're not loading the IRC plugin.
|
Oh yeah, true. I just noticed I am missing the IRC.so. I'll try to look for a Linux version of it and see what happens.
Re: Unknown gamemode -
Mr.Carpenter - 29.07.2012
Yeah, it's working all good now. Thanks to everyone who bothered to answer.