samp-server.exe does not load. -
Denying - 06.03.2013
First of all, I ******d this and none of the answers helped me.. and I am not sure if I am at the correct section if this is a wrong section, please move/delete this.
This is what I get, no error no nothing..
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[18:27:10] filterscripts = "" (string)
[18:27:10]
[18:27:10] Server Plugins
[18:27:10] --------------
[18:27:10] Loaded 0 plugins.
[18:27:10]
[18:27:10] Filterscripts
[18:27:10] ---------------
[18:27:10] Loaded 0 filterscripts.
NOTE: I can use different gamemodes on the same server.cfg and it will work.
Re: samp-server.exe does not load. -
Glad2BeHere - 06.03.2013
do u have any plugins to use ? such as streamer sscanf.... can u show me ur #includes
and ur cfg
Re: samp-server.exe does not load. -
Denying - 06.03.2013
Nothing is used and yes, here it is:
#include <a_samp>
#include <dini>
NOTE: I have them both in the pawn>>include folder.
server.cfg:
echo Executing Server Config...
lanmode 1
rcon_password hah
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 man
filterscripts
announce 0
query 1
chatlogging 0
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]
That's pretty much it. If anything else is needed, just tell me.
Re: samp-server.exe does not load. -
theomanking - 06.03.2013
lol Use plugins also
Rep me please Use just like that
Код:
echo Executing Server Config...
lanmode 1
rcon_password hah
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 man
filterscripts
plugins scanf Whirlpool
announce 0
query 1
chatlogging 0
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.exe does not load. -
Denying - 06.03.2013
Same problem:
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[18:46:03] filterscripts = "" (string)
[18:46:03]
[18:46:03] Server Plugins
[18:46:03] --------------
[18:46:03] Loading plugin: scanf
[18:46:03] Failed.
[18:46:03] Loading plugin: Whirlpool
[18:46:03] Failed.
[18:46:03] Loaded 0 plugins.
[18:46:04]
[18:46:04] Filterscripts
[18:46:04] ---------------
[18:46:04] Loaded 0 filterscripts.
Re: samp-server.exe does not load. -
Glad2BeHere - 06.03.2013
Код:
echo Executing Server Config...
lanmode 1
rcon_password hah
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 man 1 //otherwise u forgot to put 1 here so change it to man 1
filterscripts
announce 0
query 1
chatlogging 0
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]
plugins NameHere NameHere NameHere
use the "plugin" line above if u have any the format is [ plugin Name"space"Name ]
Re: samp-server.exe does not load. -
Denying - 06.03.2013
Not using any plugins... and it still does not work. Used "gamemode0 man 1"
EDIT: Maybe it is related to the gamemode itself?
Re: samp-server.exe does not load. -
Denying - 06.03.2013
FIXED, I just made a 'new' file and copied everything I made there and now it works.
Thank you all for trying to help.