Help with samp-server.exe - 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: Help with samp-server.exe (
/showthread.php?tid=586449)
Help with samp-server.exe -
Trollerz - 22.08.2015
hello guys,
When i start my samp-server.exe it just gives this
Re: Help with samp-server.exe -
Michael B - 22.08.2015
Apparenly, you have to download the
latest version of streamer plugin and its include from
here, then to recompile your script.
Re: Help with samp-server.exe -
RocketBoy - 22.08.2015
Same Problem.. But not Fixed! :/
Re: Help with samp-server.exe -
Michael B - 22.08.2015
Is the server running meanwhile or does it crash?
Re: Help with samp-server.exe -
RocketBoy - 22.08.2015
Samp-server.exe BAD IMAGE
Re: Help with samp-server.exe -
RocketBoy - 22.08.2015
Any solution?
Re: Help with samp-server.exe -
Michael B - 22.08.2015
Quote:
Originally Posted by RocketBoy
Samp-server.exe BAD IMAGE
|
Download
msvcp120.dll from
here and place it inside your server's folder.
Re: Help with samp-server.exe -
RocketBoy - 22.08.2015
\\Server log
PHP код:
[07:18:15] Loaded.
[07:18:15] Loaded 8 plugins.
[07:18:15]
[07:18:15] Ban list
[07:18:15] --------
[07:18:15] Loaded: samp.ban
[07:18:15]
[07:18:15] I couldn't load any gamemode scripts. Please verify your server.cfg
[07:18:15] It needs a gamemode0 line at the very least.
server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password -------------------
maxplayers 500
port 7777
hostname -----------------------
mapname ----------------------
gamemode0 LOPTDM
filterscripts house xdrift hell vspawner AFK animations
announce 0
plugins streamer y_files Whirlpool GeoIP_Plugin sscanf FileManager itd irc
query 1
weburl
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 80
logtimeformat [%H:%M:%S]
Re: Help with samp-server.exe -
RocketBoy - 22.08.2015
??<<
Re: Help with samp-server.exe -
Michael B - 22.08.2015
I gave this solution to a similar topic:
Quote:
Originally Posted by Michael B
Either check if you wrote the gamemode's line correctly in the server.cfg, or have the compiled version (.amx) of the script (which appears in the server.cfg) in your gamemode's folder.
Eventually, try to run the server wih the nativchecker plugin, which can be found here.
As a note, you have to load nativechecker as the last of the plugins, so place in at the very end in your server.cfg file at the plugins line.
e.g. plugins plg#1 plg#2 plg#3 nativecheker
|