SA-MP Forums Archive
samp-server.exe problem - 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: samp-server.exe problem (/showthread.php?tid=501084)



samp-server.exe problem - Extraordinariness - 16.03.2014

I've compiled my GM, and i've put it on server.cfg.
When I open samp-server.exe, it just closes. I went to look at the server log, and this is what it has to show.
Код:
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[19:51:27] filterscripts = ""  (string)
[19:51:27] 
[19:51:27] Server Plugins
[19:51:27] --------------
[19:51:27]  Loading plugin: nativechecker
[19:51:27]   Loaded.
[19:51:27]  Loading plugin: sscanf
[19:51:27] 

[19:51:27]  ===============================

[19:51:27]       sscanf plugin loaded.     

[19:51:27]    © 2009 Alex "******" Cole

[19:51:27]  ===============================

[19:51:27]   Loaded.
[19:51:27]  Loading plugin: whirlpool
[19:51:27]  
[19:51:27]  ==================
[19:51:27]  
[19:51:27]   Whirlpool loaded
[19:51:27]  
[19:51:27]  ==================
[19:51:27]  
[19:51:27]   Loaded.
[19:51:27]  Loading plugin: regex
[19:51:27] 


[19:51:27] ______________________________________


[19:51:27]  Regular Expression Plugin v0.2.1 loaded
[19:51:27] ______________________________________


[19:51:27]  By: Fro © Copyright <TBG> 2009-2011
[19:51:27] ______________________________________


[19:51:27]   Loaded.
[19:51:27]  Loading plugin: streamer.dll
[19:51:27] 

*** Streamer Plugin v2.5.2 by Incognito loaded ***

[19:51:27]   Loaded.
[19:51:27]  Loaded 5 plugins.

[19:51:27] 
[19:51:27] Ban list
[19:51:27] --------
[19:51:27]  Loaded: samp.ban
[19:51:27] 
[19:51:27] 
[19:51:27] Filterscripts
[19:51:27] ---------------
[19:51:27]   Loaded 0 filterscripts.
I've tried another GM on the server.cfg, but it work! Why?


Re: samp-server.exe problem - GalaxyHostFree - 16.03.2014

Can you show your server.cfg?

EDIT: Then you is a problem with the first GM.


Re: samp-server.exe problem - Extraordinariness - 16.03.2014

Код:
echo Executing Server Config...
lanmode 1
rcon_password xinfern
maxplayers 30
port 7777
bind 127.0.0.1
hostname [0.3z] Motherfucking Server
gamemode0 [COD6]Script3(this can be test2, and discard this parenthesis)
filterscripts
plugins nativechecker sscanf whirlpool regex streamer.dll
announce 1
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 problem - GalaxyHostFree - 16.03.2014

make it

plugins sscanf.dll whirlpool.dll regex.dll streamer.dll nativecheker.dll



Quote:

IMPORTANT: In order to make it work correcly you must put it in the end of the plugins line of your server.cfg so it will be the last one, e.g. plugins sscanf streamer nativechecker.

and run the server.exe again and let us see which script you are having a problem.

Like this below..

Код:
echo Executing Server Config...
lanmode 1
rcon_password xinfern
maxplayers 30
port 7777
bind 127.0.0.1
hostname [0.3z] Motherfucking Server
gamemode0 [COD6]Script3(this can be test2, and discard this parenthesis)
filterscripts
plugins sscanf.dll whirlpool.dll regex.dll zcmd.dll streamer.dll nativecheker.dll
announce 1
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 problem - Golimad - 16.03.2014

what does ZCMD plugin do ? I've never seen it nor used it


Re: Re : samp-server.exe problem - GalaxyHostFree - 16.03.2014

Quote:
Originally Posted by Golimad
Посмотреть сообщение
what does ZCMD plugin do ? I've never seen it nor used it
LMAO. He edited it and removed already, as well as mine (I didn't noticed that). There is no plugin for ZCMD only .include


Re: samp-server.exe problem - Extraordinariness - 16.03.2014

ok. thanks repped