mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-29 08:05:46 +03:00
23 lines
420 B
INI
23 lines
420 B
INI
|
// ReGameDLL Configuration File
|
||
|
echo Executing ReGameDLL Configuration File
|
||
|
|
||
|
// Allow inflict damage to teammates
|
||
|
// 0 - disabled
|
||
|
// 1 - enabled
|
||
|
// 2 - FFA mode
|
||
|
//
|
||
|
// Default value: "0"
|
||
|
mp_friendlyfire 0
|
||
|
|
||
|
// The maximum allowable amount of money in the game
|
||
|
//
|
||
|
// Default value: "16000"
|
||
|
mp_maxmoney 16000
|
||
|
|
||
|
// Disable round end by game scenario
|
||
|
// 0 - disabled
|
||
|
// 1 - enabled
|
||
|
//
|
||
|
// Default value: "0"
|
||
|
mp_round_infinite 0
|