Skip to content

Commit

Permalink
game.cfg cvars
Browse files Browse the repository at this point in the history
  • Loading branch information
dystopm committed Aug 10, 2024
1 parent 05c09b9 commit 8aba6f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dist/game.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -605,3 +605,18 @@ mp_weapon_respawn_time "20"
//
// Default value: "20"
mp_ammo_respawn_time "20"

// Vote systems enabled in server
//
// k - votekick enabled via vote command
// m - votemap enabled via votemap command
//
// Set to "0" to disable voting systems
//
// Default value: "km"
mp_vote_flags "km"

// Minimum seconds that must elapse on map before votemap command can be used
//
// Default value: "180"
mp_votemap_min_time "180"

0 comments on commit 8aba6f6

Please sign in to comment.