CopsNRobbers/gamemodes/copsnrobbers/copsnrobbers.txt

53 lines
908 B
Plaintext
Raw Normal View History

2023-12-21 13:58:05 -05:00
"cg"
{
"base" "base"
"title" "Cops 'n Robbers"
"maps" "^cnr_"
"category" "pvp"
"menusystem" "1"
// "workshopid" "0"
"settings"
{
2023-12-21 19:04:34 -05:00
//1
//{
// "name" "cnr_roundlength"
// "text" "Round length (minutes)"
// "help" ""
// "type" "Numeric"
// "default" "3"
//}
//2
//{
// "name" "cnr_hastetime"
// "text" "Haste time (minutes)"
// "help" ""
// "type" "Numeric"
// "default" "1"
//}
//3
//{
// "name" "cnr_maxrounds"
// "text" "Game ends after X rounds"
// "help" ""
// "type" "Numeric"
// "default" "6"
//}
//4
//{
// "name" "cnr_teamswap"
// "text" "Swap teams after X rounds"
// "help" ""
// "type" "Numeric"
// "default" "2"
//}
//5
//{
// "name" "cnr_friendlyfire"
// "text" "Friendly fire"
// "help" "Enable friendly fire"
// "type" "CheckBox"
// "default" "0"
//}
2023-12-21 13:58:05 -05:00
}
}