Samp-Server goes on then off? -
Goru - 08.07.2012
Title says it all, I even tried running as administrator.
Re: Samp-Server goes on then off? -
Neil. - 08.07.2012
There's a ton of reasons for this to happen, anyways here are the solutions for some
- Try to debug your script (It's a long process if you have a fairly long script)
- Some folders might be missing in your \scriptfiles directory
- Update your plugins/includes
- Check your includes folder/plugins folder
- Compile with the latest 0.3e server package
- Check the server_log.txt
Re: Samp-Server goes on then off? - Glint - 08.07.2012
Check your Log file.
Re: Samp-Server goes on then off? -
Goru - 08.07.2012
Update: v0.3e, ©2005-2012 SA-MP Team
[05:27:35] gamemode0 = "" (string)
[05:27:35]
[05:27:35] Server Plugins
[05:27:35] --------------
[05:27:35] Loaded 0 plugins.
[05:27:35] I couldn't load any gamemode scripts. Please verify your server.cfg
[05:27:35] It needs a gamemode0 line at the very least.
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team
[05:27:36] gamemode0 = "" (string)
[05:27:36]
[05:27:36] Server Plugins
[05:27:36] --------------
[05:27:36] Loaded 0 plugins.
[05:27:36] I couldn't load any gamemode scripts. Please verify your server.cfg
[05:27:36] It needs a gamemode0 line at the very least.
Re: Samp-Server goes on then off? -
Neil. - 08.07.2012
Your server.cfg should have this line
PHP код:
gamemode0 yourgamemodenamehere 1
EDIT Your server.cfg should have the following
Quote:
echo Executing Server Config...
password 1
lanmode 0
rcon_password changeme
maxplayers 10
port 7777
hostname My Server
gamemode0 yourgamemodenamehere 1
filterscripts
plugins
announce 1
query 1
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]
|
Re: Samp-Server goes on then off? -
ColorHost-Kevin - 08.07.2012
You need to have your gamemode uploaded, then it should load.