Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit 11badbe

Browse files
CleversonCleverson
authored andcommitted
Updated file duo the features changed
Removed unused cvars, but also updated pug_vote_map_enabled description
1 parent aaf7ab1 commit 11badbe

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

addons/amxmodx/configs/pug/pugmod.rc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ pug_allow_overtime "1" // Allow Overtime (If zero, the game can end tied)
1010
pug_intermission_time "10.0" // Time to reset pug after game ends
1111
pug_allow_spectators "1" // Allow Spectators to join in server
1212
pug_allow_hltv "1" // Allow HLTV in pug
13-
pug_retry_time "20.0" // Time to player wait before retry in server (0.0 disabled)
14-
pug_ban_leaver_time "0" // Time to ban player if he leaves on a live match (0 disabled)
13+
pug_ban_leaver_time "5" // Minutes to ban player if he leaves on a started pug (0 disabled)
1514

1615
pug_force_ready_time "0.0" // Force a player to be ready in that time (If zero, this function will be inactive)
17-
pug_force_ready_kick "0" // Kick Un-Ready players (If zero, the players will be put as ready automatically)
18-
pug_force_auto_swap "1" // Auto Swap teams without Ready-System if the teams are complete
16+
pug_force_ready_kick "0" // Kick not ready players (If zero, the players will be put as ready automatically)
17+
pug_force_auto_swap "1" // Auto Swap teams without Ready-System if teams are complete
1918

2019
pug_force_restart "1" // Force a restart when swap teams
2120
pug_switch_delay "5.0" // Delay to swap teams after Half-Time start
@@ -25,7 +24,7 @@ pug_show_money "1" // Display the money of team in every respawn
2524

2625
pug_vote_delay "15.0" // How long voting session goes on
2726
pug_vote_percent "0.4" // Difference between votes to determine a winner
28-
pug_vote_map_enabled "1" // Active vote map in pug
27+
pug_vote_map_enabled "1" // Active vote map in pug (0 = Disable, 1 = Enable, 2 = Change to a random map)
2928
pug_vote_map_same "0" // Add the current map at vote map menu
3029
pug_show_scores "0" // Show scores after vote maps
3130
pug_teams_enforcement "0" // The teams method for assign teams (0 = Vote, 1 = Captains, 2 = Automatic, 3 = None, 4 = Skill)
@@ -41,4 +40,4 @@ pug_config_start "start.rc" // Executed when vote session starts
4140
pug_config_live "esl.rc" // Used when the match begin (Live config)
4241
pug_config_halftime "halftime.rc" // Used at half-time session
4342
pug_config_overtime "esl-ot.rc" // Used at Overtime session
44-
pug_config_end "end.rc" // Executed when the match ends
43+
pug_config_end "end.rc" // Executed when the match ends

0 commit comments

Comments
 (0)