0.3.7 Running script trouble - 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: 0.3.7 Running script trouble (
/showthread.php?tid=573413)
0.3.7 Running script trouble -
ThatThoseTheThy - 07.05.2015
a few things first I can't load a simple server with a bare.amx file of sorts with a few plugins:
Server.cfg
PHP код:
echo Executing Server Config...
lanmode 0
rcon_password nada1212
maxplayers 100
port 7777
hostname [NOPE]Test_0.3.7_Server
gamemode0 bare 1
filterscripts Houses
plugins nativechecker sscanf streamer Whirlpool
announce 0
query 1
chatlogging 0
weburl www.******.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language English
and i get
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team
[19:11:09]
[19:11:09] Server Plugins
[19:11:09] --------------
[19:11:09] Loading plugin: nativechecker
[19:11:09] Loaded.
[19:11:09] Loading plugin: sscanf
[19:11:09]
[19:11:09] ===============================
[19:11:09] sscanf plugin loaded.
[19:11:09] © 2009 Alex "******" Cole
[19:11:09] 0.3d-R2 500 Players "dnee"
[19:11:09] ===============================
[19:11:09] Loaded.
[19:11:09] Loading plugin: streamer
[19:11:09]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[19:11:09] Loaded.
[19:11:09] Loading plugin: Whirlpool
[19:11:09]
[19:11:09] ==================
[19:11:09]
[19:11:09] Whirlpool loaded
[19:11:09]
[19:11:09] ==================
[19:11:09]
[19:11:09] Loaded.
[19:11:09] Loaded 4 plugins.
[19:11:09] I couldn't load any gamemode scripts. Please verify your server.cfg
[19:11:09] It needs a gamemode0 line at the very least.
Post a reply here with anything useful. Hope someone can help
Re: 0.3.7 Running script trouble -
Azula - 07.05.2015
show us your server.cfg line gamemode0
Re: 0.3.7 Running script trouble -
ThatThoseTheThy - 07.05.2015
It's under server.cfg I put it there, you can clearly see it it says:
"gamemode0 bare 1"
Nevermind that Fixed the problem, Needed to recopy the script and recompile it and save it in gamemodes folder.
~Locked~
Re: 0.3.7 Running script trouble -
IndependentGaming - 07.05.2015
PHP код:
echo Executing Server Config...
lanmode 0
rcon_password Changeme
maxplayers 50
port 7777
hostname
gamemode0 bare 1
plugins
filterscripts
announce 0
query 1
chatlogging 1
language English
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]