Error Loading Gamemode !lsValidGamemode
Any solutions?
[url]http://www.facepunch.com/showthread.php?t=1237475[/url]
Make sure your [URL="http://wiki.garrysmod.com/page/Gamemode_Creation"]gamemode file setup[/URL] is correct.
[QUOTE=Triple-X;39418280][url]http://www.facepunch.com/showthread.php?t=1237475[/url]
Make sure your [URL="http://wiki.garrysmod.com/page/Gamemode_Creation"]gamemode file setup[/URL] is correct.[/QUOTE]
We've both already tried that, Still having this issue
Here's the file were using it
The file is called "DEV.txt"
"DEV"
{
"base" "base"
"name" "DEV"
"version" "1"
"menusystem" "1"
"title" "Dev"
"icon" ""
"info" ""
"hide" "0"
"mappattern"
{
"1" "^rp_"
}
}
[QUOTE=Cookie Monster!;39427216]We've both already tried that, Still having this issue
Here's the file were using it
The file is called "DEV.txt"
"DEV"
{
"base" "base"
"name" "DEV"
"version" "1"
"menusystem" "1"
"title" "Dev"
"icon" ""
"info" ""
"hide" "0"
"mappattern"
{
"1" "^rp_"
}
}[/QUOTE]
Try this.
[CODE]"Gamemode"
{
"base" "base"
"title" "Dev"
"version" "1"
"menusystem" "1"
"maps" "^rp_"
"icon" ""
"info" ""
"hide" "0"
}[/CODE]
Sorry, you need to Log In to post a reply to this thread.