Thread: Mapgroup issue
View Single Post
Author Message
creepa
Member
Join Date: Mar 2016
Old 06-17-2018 , 03:02   Mapgroup issue
Reply With Quote #1

so i added mapgroup and set it up in the gamemode_server, but its still not working. I cant get points or rank to work on my csgo surf servers because of this. Mapcycle doesnt work anymore so i need to setup mapgroup.

it says this
Host_MapGroup_f: No mapgroup specified

when i type mapgroup in console

this is what i have in my gamemode_server

"Gamemodes_Server.txt"
{
"gameTypes"
{
"classic"
{
"gameModes"
{
"casual"
{
"mapgroupsMP"
{
"mg_surf" ""
}
}
}
}
}
"mapgroups"
{
"mg_surf"
{
"name" "mg_surf"
"maps"
{
"surf_rookie" "0"
}
}
}
}

Last edited by creepa; 06-17-2018 at 03:03.
creepa is offline