fix: add GG to server.cfg

This commit is contained in:
6arelyFuture 2025-01-28 09:54:05 +01:00
parent 65adce565d
commit 59f7c2ff4d
Signed by: Future
GPG Key ID: F2000F181A4F7C85

View File

@ -242,6 +242,19 @@ set scr_grnd_winlimit "1" // Amount of wins needed to win
set scr_grnd_zoneSwitchTime "60" // Amount of time before the zone switches. set scr_grnd_zoneSwitchTime "60" // Amount of time before the zone switches.
set scr_grnd_promode "0" set scr_grnd_promode "0"
//////////////////////////////////////////////////
// GUN GAME GAMETYPE SETTINGS //
//////////////////////////////////////////////////
set scr_gun_scorelimit "18" // Score limit to win the game.
set scr_gun_timelimit "10" // Duration in minutes for the game to end if the score limit isn't reached.
set scr_gun_roundlimit "1" // Rounds per game.
set scr_gun_winlimit "1" // Amount of wins needed to win a round-based game.
set scr_gun_numlives "0" // Number of lives per player 0 for unlimited.
set scr_gun_playerrespawndelay "0" // How long player will wait until respawn.
set scr_gun_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
set scr_gun_promode "0"
////////////////////////////////////////////////// //////////////////////////////////////////////////
// BLITZ GAMETYPE SETTINGS // // BLITZ GAMETYPE SETTINGS //
////////////////////////////////////////////////// //////////////////////////////////////////////////