HELP!!! mode not upload :((( - 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: HELP!!! mode not upload :((( (
/showthread.php?tid=549620)
HELP!!! mode not upload :((( -
RonRofe - 07.12.2014
when I upload the mode its show me "Unknown" in "Mode" tab and the mode isnt upload..
in my home server (windows) its work!!! in this linux server it doesnt..
PHP код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z, (C)2005-2014 SA-MP Team
[22:08:34] filterscripts = "" (string)
[22:08:34]
[22:08:34] Server Plugins
[22:08:34] --------------
[22:08:34] Loading plugin: sscanf.so
[22:08:34]
[22:08:34] ===============================
[22:08:34] sscanf plugin loaded.
[22:08:34] (c) 2009 Alex "******" Cole
[22:08:34] 0.3d-R2 500 Players "dnee"
[22:08:34] ===============================
[22:08:34] Loaded.
[22:08:34] Loading plugin: streamer.so
[22:08:34]
*** Streamer Plugin v2.7.2 by Incognito loaded ***
[22:08:34] Loaded.
[22:08:34] Loaded 2 plugins.
[22:08:34]
[22:08:34] Filterscripts
[22:08:34] ---------------
[22:08:34] Loaded 0 filterscripts.
[B][22:08:34] Script[gamemodes/ScoreDM.amx]: Run time error 19: "File or function is not found"[/B]
[22:08:34] Number of vehicle models: 0
Re: HELP!!! mode not upload :((( -
Clad - 07.12.2014
You can't use Linux with the same files as Windows
Re: HELP!!! mode not upload :((( -
JeaSon - 07.12.2014
use nativechecker.so then check what is the problem
Re: HELP!!! mode not upload :((( -
DarK_FeneR - 07.12.2014
are you sure to wrote in server.cfg all the plugins requires?
Re: HELP!!! mode not upload :((( -
RonRofe - 07.12.2014
Quote:
Originally Posted by Namer
use nativechecker.so then check what is the problem
|
after :
PHP код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z, (C)2005-2014 SA-MP Team
[22:24:28] filterscripts = "" (string)
[22:24:28]
[22:24:28] Server Plugins
[22:24:28] --------------
[22:24:28] Loading plugin: sscanf.so
[22:24:28]
[22:24:28] ===============================
[22:24:28] sscanf plugin loaded.
[22:24:28] (c) 2009 Alex "******" Cole
[22:24:28] 0.3d-R2 500 Players "dnee"
[22:24:28] ===============================
[22:24:28] Loaded.
[22:24:28] Loading plugin: streamer.so
[22:24:28]
*** Streamer Plugin v2.7.2 by Incognito loaded ***
[22:24:28] Loaded.
[22:24:28] Loading plugin: nativechecker.so
[22:24:28] Failed (plugins/nativechecker.so: invalid ELF header)
[22:24:28] Loaded 2 plugins.
[22:24:28]
[22:24:28] Filterscripts
[22:24:28] ---------------
[22:24:28] Loaded 0 filterscripts.
[22:24:28] Script[gamemodes/ScoreDM.amx]: Run time error 19: "File or function is not found"
[22:24:28] Number of vehicle models: 0
Re: HELP!!! mode not upload :((( -
RonRofe - 08.12.2014
Uppp