SA-MP Forums Archive
What the fuck is the wrong? server.cfg - 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: What the fuck is the wrong? server.cfg (/showthread.php?tid=81415)



What the fuck is the wrong? server.cfg - ante001 - 10.06.2009

Hey.

I just downloaded the Godfather gamemod.
In my map "gamemodes", I have one file called "gf.pwn"

echo Executing Server Config...
lanmode 1
rcon_password alalalalla
maxplayers 32
port 7777
hostname Godfather
gamemode0 gf 1
filterscripts adminspec
announce 1
query 1
weburl www.sa-mp.com
anticheat 0

What's the wrong?

edit:
when I start the server a dos window comes up, and closes after 0.5 seconds.


Re: What the fuck is the wrong? server.cfg - Correlli - 10.06.2009

Open server_log.txt and check what is the error. It should be written there.


Re: What the fuck is the wrong? server.cfg - shady91 - 10.06.2009

If Your Files Called gf.pwn why the hells your game mode gf 1 it should be

Код:
echo Executing Server Config...
lanmode 1
rcon_password alalalalla
maxplayers 32
port 7777
hostname GodFather
gamemode0 gf 
filterscripts adminspec
announce 1
query 1
weburl www.sa-mp.com
anticheat 0



Re: What the fuck is the wrong? server.cfg - ante001 - 10.06.2009

Quote:
Originally Posted by Shady91
If Your Files Called gf.pwn why the hells your game mode gf 1 it should be

Код:
echo Executing Server Config...
lanmode 1
rcon_password alalalalla
maxplayers 32
port 7777
hostname GodFather
gamemode0 gf 
filterscripts adminspec
announce 1
query 1
weburl www.sa-mp.com
anticheat 0
Still doesn't work


SA:MP Dedicated Server
----------------------
v0.2X, ©2005-2008 SA:MP Team

[21:37:47]
[21:37:47] Server Plugins
[21:37:47] --------------
[21:37:47] Loaded 0 plugins.

[21:37:47] I couldn't load any gamemode scripts. Please verify your server.cfg
[21:37:47] It needs a gamemode0 line at the very least.



Re: What the fuck is the wrong? server.cfg - shady91 - 10.06.2009

what is your game mode called its exsat words


Re: What the fuck is the wrong? server.cfg - Jese - 10.06.2009

Quote:
Originally Posted by Shady91
If Your Files Called gf.pwn why the hells your game mode gf 1 it should be

Код:
echo Executing Server Config...
lanmode 1
rcon_password alalalalla
maxplayers 32
port 7777
hostname GodFather
gamemode0 gf 
filterscripts adminspec
announce 1
query 1
weburl www.sa-mp.com
anticheat 0
Erm no! It can be gf 1


Re: What the fuck is the wrong? server.cfg - ante001 - 10.06.2009

Quote:
Originally Posted by Shady91
what is your game mode called its exsat words
Godfather.
I have ONE file in my gamemodes map, that's called gf.pwn.


Re: What the fuck is the wrong? server.cfg - Desire-For-Sex - 10.06.2009

Quote:
Originally Posted by Shady91
If Your Files Called gf.pwn why the hells your game mode gf 1 it should be

Код:
echo Executing Server Config...
lanmode 1
rcon_password alalalalla
maxplayers 32
port 7777
hostname GodFather
gamemode0 gf 
filterscripts adminspec
announce 1
query 1
weburl www.sa-mp.com
anticheat 0
The 1 is there to show it's the first mode.

Ante, your probably just missing a folder from your scriptfiles.


Re: What the fuck is the wrong? server.cfg - Landon - 10.06.2009

Do you have gf.amx in your gamemode folder?


Re: What the fuck is the wrong? server.cfg - ante001 - 10.06.2009

Quote:
Originally Posted by Spanner~69
Quote:
Originally Posted by Shady91
If Your Files Called gf.pwn why the hells your game mode gf 1 it should be

Код:
echo Executing Server Config...
lanmode 1
rcon_password alalalalla
maxplayers 32
port 7777
hostname GodFather
gamemode0 gf 
filterscripts adminspec
announce 1
query 1
weburl www.sa-mp.com
anticheat 0
The 1 is there to show it's the first mode.

Ante, your probably just missing a folder from your scriptfiles.
Hmm, alright.
Can you try to make a new server, and install http://www.mediafire.com/?vjawzqpqsmn, then upload it here?
And we'll see if it works for you.. or if the server is bugged. (it's original GF tho.)