mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-14 15:48:01 +03:00
22 lines
522 B
INI
22 lines
522 B
INI
// Enables ZBots for the server
|
|
// NOTE: ZBots are always enabled on a listen server, regardless of this cvar
|
|
// 0 - disabled
|
|
// 1 - enabled
|
|
//
|
|
// Default value: "0"
|
|
bot_enable "0"
|
|
|
|
// Enables the improve AI for hostages from CS:CZ
|
|
// 0 - disabled (classic hostage)
|
|
// 1 - enabled (improved hostage)
|
|
//
|
|
// Default value: "0"
|
|
hostage_ai_enable "0"
|
|
|
|
// Sets mins/maxs hull bounds for the player.
|
|
// 0 - disabled (default behaviour, sets engine)
|
|
// 1 - enabled (sets gamedll)
|
|
//
|
|
// Default value: "1"
|
|
mp_hullbounds_sets "1"
|