Posts: 399
Threads: 77
Joined: Jun 2011
Reputation:
0
I've got my server running successfully and I want to change my game-mode from the default Grand Larceny to The Godfather. I've downloaded The Godfather and put all of the files in their correct areas and I tried "/rcon gamemodetext gf" and it didn't do anything I then tried "/rcon changemode gf" and then I typed "/rcon gmx" and it restarted the server, but it was still GL. Can anyone help me?
Posts: 29
Threads: 5
Joined: Oct 2010
Reputation:
0
on server.cfg, where it says "grandlarc 1" change it to "gf 1" (or the GM's name), and restart the server.
Posts: 783
Threads: 60
Joined: Mar 2011
Reputation:
0
... go to server.cfg.
Go to gamemodes
Replace GrandLarcemy with "gf" gamemode0 gf 1
Save it, run server. That hard?
Posts: 399
Threads: 77
Joined: Jun 2011
Reputation:
0
That's what I did, but it just tells me that
"[00:34:19] I couldn't load any gamemode scripts. Please verify your server.cfg
[00:34:19] It needs a gamemode0 line at the very least."
Also the download contains gf.pwn but not gf.amx
Posts: 399
Threads: 77
Joined: Jun 2011
Reputation:
0
What does that do?
Also, I tried Raven's script, and everytime I try to connect it says "Could not connect to server, retrying..."
Posts: 131
Threads: 4
Joined: Oct 2008
Reputation:
0
If you only have gf.pwn you need to open it in the pawno.exe and compile it. Then try
Posts: 399
Threads: 77
Joined: Jun 2011
Reputation:
0
Ah yes, I've got it working now - thank you. I've modified it a little bit as the quality of communication was lacking a little. How do I make myself admin? I can't find an rcon command for it, also how do I change the health, money and bank amount a new person starts with? currently they're at ridiculous values
Posts: 131
Threads: 4
Joined: Oct 2008
Reputation:
0
You will have to go through the code and find the amounts defined. IDK about the admin thing, I mean idk if the GF has Admin System built into it or you have a different one