Added bot configuration to listen server menu

This commit is contained in:
RGreenlees 2024-02-29 20:31:23 +00:00 committed by pierow
parent c8398d1e94
commit 90fdf8b55f

View file

@ -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" }
}
}