mirror of
https://github.com/ENSL/NS.git
synced 2025-03-14 06:34:33 +00:00
Added bot configuration to listen server menu
This commit is contained in:
parent
c8398d1e94
commit
90fdf8b55f
1 changed files with 29 additions and 0 deletions
|
@ -158,4 +158,33 @@ DESCRIPTION SERVER_OPTIONS
|
|||
{ "0.510000" }
|
||||
}
|
||||
|
||||
"mp_botsenabled"
|
||||
{
|
||||
"Enable Bots"
|
||||
{ BOOL }
|
||||
{ "1" }
|
||||
}
|
||||
|
||||
"mp_botautomode"
|
||||
{
|
||||
"Bot Mode"
|
||||
{
|
||||
LIST
|
||||
"Manual" "0"
|
||||
"Automatic" "1"
|
||||
}
|
||||
{ "0.000000" }
|
||||
}
|
||||
|
||||
"mp_botcommandermode"
|
||||
{
|
||||
"Allow AI Commander"
|
||||
{
|
||||
LIST
|
||||
"Disabled" "0"
|
||||
"Enabled" "1"
|
||||
}
|
||||
{ "1.000000" }
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue