Server starting - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Server starting (
/showthread.php?tid=272247)
Server starting -
Stuf - 27.07.2011
Hello! my problem is this: when i run server.exe its shows and gone (the black window) i changed the rcon password in crash log isn't anything and in server log too. So why is like that? Somone can help me?
Re: Server starting -
Laronic - 27.07.2011
Try to run it as administrator andsee if something print in the log then
Re: Server starting -
Mr.1337 - 27.07.2011
Show us the logs
Re: Server starting -
Shockey HD - 27.07.2011
We cant help without Your server log. Make sure your gamemode has its .pwn and its .amx. Make sure the Server.CFG is CORRECTLY FILLED OUT. Should kind of look like this.
PHP код:
echo Executing Server Config...
lanmode 0
rcon_password test123
maxplayers 1
port 7777
hostname This is an example
gamemode0 FreeRoam
filterscripts SideShock
announce 1
query 1
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]
plugins sscanf.dll
Also, make sure your plugins are correctly added. If you have Windows use .dll if you have linux use .so You will put those in the plugin folder and have line like above. Make sure you have the correct PLUGINS