gamemode - 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 (
/showthread.php?tid=634528)
gamemode -
XxMadmanxX - 20.05.2017
hello after i fixed starting server i got another prob too ..
the problem is when i try to login i don't login to my gamemode i just spawn in blueberry
this is the server log
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[21:16:23] password = "" (string)
[21:16:23]
[21:16:23] Server Plugins
[21:16:23] --------------
[21:16:23] Loading plugin: crashdetect
[21:16:23] Failed (plugins/crashdetect: cannot open shared object file: No such file or directory)
[21:16:23] Loading plugin: sscanf
[21:16:23] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[21:16:23] Loading plugin: streamer
[21:16:23] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[21:16:23] Loading plugin: Whirlpool
[21:16:23] Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[21:16:23] Loading plugin: nativechecker
[21:16:23] Failed (plugins/nativechecker: cannot open shared object file: No such file or directory)
[21:16:23] Loaded 0 plugins.
[21:16:23]
[21:16:23] Ban list
[21:16:23] --------
[21:16:23] Loaded: samp.ban
[21:16:23]
[21:16:23]
[21:16:23] Filterscripts
[21:16:23] ---------------
[21:16:23] Loading filterscript 'UltraHost.amx'...
[21:16:23] Loaded 1 filterscripts.
[21:16:23] Script[gamemodes/zma.amx]: Run time error 19: "File or function is not found"
[21:16:23] Number of vehicle models: 0
and this is the server.cfg
Код:
echo Executing Server Config...
lanmode 0
hostname Zombies VS Humans [Ultra-h.com]
weburl www.sa-mp.com
mapname San Andreas
language English
password
rcon_password changemef
maxplayers 20
bind 94.23.208.199
port 2568
maxnpc 0
rcon 0
announce 1
query 1
lagcompmode 1
messageholelimit 3000
messageslimit 500
ackslimit 3000
gamemode0 zma
filterscripts UltraHost
plugins crashdetect sscanf streamer Whirlpool nativechecker
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
Please help me
Re: gamemode -
XxMadmanxX - 20.05.2017
someone help me please
Re: gamemode -
Loinal - 20.05.2017
Код:
[21:16:23] Loading plugin: crashdetect
[21:16:23] Failed (plugins/crashdetect: cannot open shared object file: No such file or directory)
[21:16:23] Loading plugin: sscanf
[21:16:23] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[21:16:23] Loading plugin: streamer
[21:16:23] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[21:16:23] Loading plugin: Whirlpool
[21:16:23] Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[21:16:23] Loading plugin: nativechecker
[21:16:23] Failed (plugins/nativechecker: cannot open shared object file: No such file or directory)
[21:16:23] Loaded 0 plugins.
Download these plugins and put them in to the plugins Folder
Re: gamemode -
XxMadmanxX - 20.05.2017
i still have that problem :/
Re: gamemode - Astralis - 20.05.2017
Quote:
Originally Posted by XxMadmanxX
i still have that problem :/
|
Ultra-Host uses linux so add .so after every "plugins" name. In server.cfg.
Re: gamemode -
XxMadmanxX - 20.05.2017
i did it and now i got the old problem !!!
https://sampforum.blast.hk/showthread.php?tid=634521
Re: gamemode -
XxMadmanxX - 20.05.2017
help me guys please