Hello I made a gamemode when I named it and did everything I started a server and it said Base Gamemode but the title is Life. What should I do
There is a script error breaking your gamemode and causing it to fall back to Base instead.
But I didn't code anything in Here is the setting txt file:
[lua]
"Life"
{
"base" "base"
"title" "Life ~ A New Advanced Roleplay Gamemode"
"maps" "^life_"
"menusystem" "1"
"settings"
{
}
}
[/lua]
[lua]GM.Name = "Life"[/lua]
(Shared)
I had that
[editline]16th November 2014[/editline]
[lua]
GM.Name = "Life"
GM.Author = "TheNeuraProject"
GM.Email = ""
GM.Website = ""
DeriveGamemode( "sandbox" )
[/lua]
Make sure you're layout is like this:
garrysmod/gamemodes/life/life.txt >
[lua]
"life"
{
"base" "base"
"title" "life"
"maps" "^life_"
"menusystem" "1"
"settings"
{
}
}
[/lua]
I have it like this:
garrysmod/gamemodes/Life/Life.txt
[lua]
"Life"
{
"base" "base"
"title" "Life ~ A New Advanced Roleplay Gamemode"
"maps" "^life_"
"menusystem" "1"
"settings"
{
}
}
[/lua]
[editline]16th November 2014[/editline]
Does it have to be lowercase??
[editline]16th November 2014[/editline]
I tried what you said... It still showed up as base
[editline]16th November 2014[/editline]
bump
Sorry, you need to Log In to post a reply to this thread.