[Noob] Server Config File. - 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: [Noob] Server Config File. (
/showthread.php?tid=256117)
[Noob] Server Config File. -
Monique! - 19.05.2011
Hey, I downloaded SAMP Server for the first time today. I've been messing around in PWN and downloading some FS's. When I try to open "SAMP Server" it says this......
Код:
SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team
[10:22:20]
[10:22:20] Server Plugins
[10:22:20] --------------
[10:22:20] Loaded 0 plugins.
[10:22:20] I couldn't load any gamemode scripts. Please verify your server.cfg
[10:22:20] It needs a gamemode0 line at the very least.
THIS is, a Lie. My Server Config File is as Follows.
Код:
port 7777
hostname CountySide-RP - [BETA][Maintenance]
gamemode0 grandlarc 1
filterscripts base gl_actions gl_property gl_realtime gl_mapicon ls_elevator GarHouse Zadmin3.0
announce 0
query 1
weburl www.testserver.com
onfoot_rate 40
What could be wrong
.. I know it's a simple fix but
..
Re: [Noob] Server Config File. -
(SF)Noobanatior - 19.05.2011
is it a capital O on gamemode and not a 0?
Re: [Noob] Server Config File. -
Monique! - 19.05.2011
Nope, I downloaded it straight from SAMP Downloads Section and only changed the server name and website.. It's an 0.
Re: [Noob] Server Config File. -
Raimis_R - 19.05.2011
You need change rcon password
Re: [Noob] Server Config File. -
Monique! - 19.05.2011
Quote:
Originally Posted by Raimis_R
You need change rcon password
|
Nope, that's wrong. If I did... It would say...
Quote:
[09:54:31] Error: Your password must be changed from the default password, please change it.
|
I'm so baffled. PM me if your willing to Teamviewer with me
Re: [Noob] Server Config File. -
__ - 19.05.2011
Replace 'gamemode0 grandlarc 1' with 'gamemode grandlarc 1' and it should fix your problem.
You can't add a 1 to it, if it already expects gamemode 0, i.e: you're effectively doing: gamemode0 <mode> 1 so it fiddles with the number, if you wanted to set another mode after it, you'd have to do gamemode1 <mode> instead of gamemode0 <mode> 1).
If the same error still occurs, then grandlarc.amx is missing from your /gamemodes/ directory.
Sorry for the poor explanation, I've only just woken up.
Re: [Noob] Server Config File. -
Monique! - 19.05.2011
Thanks for your reply, It was missing, but even when I tried another gamemode, still says the same error. I give up
Re: [Noob] Server Config File. -
linuxthefish - 19.05.2011
Re-Download the server package from the main page, extract the whole server, then change the RCON password and start.
Re: [Noob] Server Config File. -
Toreno - 19.05.2011
Are you sure you have the grandlarc compiled in your gamemode folder? If so, then try to redownload as linuxthefish said.