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

Commit 923621e

Browse files
CleversonCleverson
Cleverson
authored and
Cleverson
committed
Fix
1 parent 34d08c1 commit 923621e

File tree

1 file changed

+60
-45
lines changed

1 file changed

+60
-45
lines changed

README.md

Lines changed: 60 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CS 1.6 Pickup Game Mod for Amx Mod X
1+
CS 1.6 Pickup Game Mod for Amx Mod X
22
====================================
33

44
.Description
@@ -101,48 +101,63 @@ rounds count, management teams, maps, HLTV, statistics and more!
101101

102102
.Console variables
103103
======
104-
pug_access_mode "1" // Acess mode to server<br>
105-
pug_password_field "_pw" // Password field for setinfo<br>
106-
pug_default_access "z" // Default access for non-admin users<br><br>
107-
108-
pug_players_min_default "10" // Minimum of players to start a game (This will reset the minimum of players in every map change)<br>
109-
pug_players_max_default "10" // Maximum players to reset (This will reset the maximum of players in every map change)<br>
110-
pug_rounds_max "30" // Rounds to play before start Overtime<br>
111-
pug_rounds_overtime "6" // Rounds to play in overtime (In total)<br>
112-
pug_allow_overtime "1" // Allow Overtime (If zero, the game can end tied)<br>
113-
pug_intermission_time "10.0" // Time to reset pug after game ends<br>
114-
pug_allow_spectators "1" // Allow Spectators to join in server<br>
115-
pug_allow_hltv "1" // Allow HLTV in pug<br>
116-
pug_retry_time "20.0" // Time to player wait before retry in server (0.0 disabled)<br>
117-
pug_ban_leaver_time "0" // Time to ban player if he leaves on a live match (0 disabled)<br><br>
118-
119-
pug_force_ready_time "0.0" // Force a player to be ready in that time (If zero, this function will be inactive)<br>
120-
pug_force_ready_kick "0" // Kick Un-Ready players (If zero, the players will be put as ready automatically)<br>
121-
pug_force_auto_swap "1" // Auto Swap teams without Ready-System if the teams are complete<br><br>
122-
123-
pug_force_restart "1" // Force a restart when swap teams<br>
124-
pug_switch_delay "5.0" // Delay to swap teams after Half-Time start<br>
125-
pug_block_shield "1" // Block shield from game<br>
126-
pug_block_grenades "1" // Block grenades at warmup rounds<br>
127-
pug_show_money "1" // Display the money of team in every respawn<br><br>
128-
129-
pug_vote_delay "15.0" // How long voting session goes on<br>
130-
pug_vote_percent "0.4" // Difference between votes to determine a winner<br>
131-
pug_vote_map_enabled "1" // Active vote map in pug<br>
132-
pug_vote_map_same "0" // Add the current map at vote map menu<br>
133-
pug_show_scores "0" // Show scores after vote maps<br>
134-
pug_teams_enforcement "0" // The teams method for assign teams (0 = Vote, 1 = Captains, 2 = Automatic, 3 = None, 4 = Skill)<br>
135-
pug_show_votes "2" // Method to show votes results (1 = Chat, 2 = Hudmessage)<br>
136-
pug_hlds_votes "0" // Allow HLDS native votes commands as vote and votemap<br>
137-
pug_vote_kick_percent "60.0" // Percentage to kick an player using Vote Kick<br>
138-
pug_vote_kick_teams "1" // Vote Kick only for teammates
139-
pug_vote_kick_players "3" // Players needed to a Vote Kick<br><br>
140-
141-
pug_config_pugmod "pugmod.rc" // Config executed for pugmod cvars<br>
142-
pug_config_warmup "warmup.rc" // Used at warmup session in pug mod<br>
143-
pug_config_start "start.rc" // Executed when vote session start<br>
144-
pug_config_live "esl.rc" // Used when the match begin (Live config)<br>
145-
pug_config_halftime "halftime.rc" // Used at half-time session<br>
146-
pug_config_overtime "esl-ot.rc" // Used at Overtime session<br>
147-
pug_config_end "end.rc" // Executed when the match ends<br><br>
148104

105+
pug_access_mode - Acess mode to server<br>
106+
pug_password_field - Password field for setinfo<br>
107+
pug_default_access - Default access for non-admin users<br>
108+
pug_eac_url - URL that uses for show EAC screenshots<br>
109+
pug_eac_url_format - URL order of main address from EAC<br>
110+
pug_version - Show the Pug Mod Version<br>
111+
pug_players_min - Minimum of players to start a game (Not used at Pug config file)<br>
112+
pug_players_max - Maximum of players allowed in the teams (Not used at Pug config file)<br>
113+
pug_players_min_default - Minimum of players to start a game (This will reset the minimum of players in every map change)<br>
114+
pug_players_max_default - Maximum players to reset (This will reset the maximum of players in every map change)<br>
115+
pug_rounds_max - Rounds to play before start Overtime<br>
116+
pug_rounds_overtime - Rounds to play in overtime (In total)<br>
117+
pug_allow_overtime - Allow Overtime (If zero, the game can end tied)<br>
118+
pug_intermission_time - Time to reset pug after game ends<br>
119+
pug_allow_spectators - Allow Spectators to join in server<br>
120+
pug_allow_hltv - Allow HLTV in pug<br>
121+
pug_retry_time - Time to player wait before retry in server<br>
122+
pug_force_ready_time - Force a player to be ready in that time (If zero, this function will be inactive)<br>
123+
pug_force_ready_kick - Kick Un-Ready players (If zero, the players will be put as ready automatically<br>
124+
pug_force_auto_swap - Auto Swap teams without Ready-System if the teams are complete<br>
125+
pug_force_restart - Force a restart when swap teams<br>
126+
pug_switch_delay - Delay to swap teams after Half-Time start<br>
127+
pug_block_shield - Block shield from game<br>
128+
pug_block_grenades - Block grenades at warmup rounds<br>
129+
pug_show_money - Display the money of team in every respawn<br>
130+
pug_vote_delay - How long voting session goes on<br>
131+
pug_vote_percent - Difference between votes to determine a winner<br>
132+
pug_vote_map_enabled - Active vote map in pug<br>
133+
pug_vote_map - Determine if current map will have the vote map (Not used at Pug config file)<br>
134+
pug_vote_map_same - Add the current map at vote map menu<br>
135+
pug_show_scores - Show scores after vote maps<br>
136+
pug_teams_enforcement - The teams method for assign teams (0 = Vote, 1 = Captains, 2 = Automatic, 3 = None, 4 = Skill)<br>
137+
pug_teams_kniferound - Force a Knife Round after choose teams<br>
138+
pug_show_votes - Method to show votes results (1 = Chat, 2 = Hudmessage)<br>
139+
pug_hlds_votes - Allow HLDS native votes commands as vote and votemap<br>
140+
pug_vote_kick_percent - Percentage to kick an player using Vote Kick<br>
141+
pug_vote_kick_teams - Vote Kick only for teammates<br>
142+
pug_config_pugmod - Config executed for pugmod cvars<br>
143+
pug_config_warmup - Used at warmup session in pug mod<br>
144+
pug_config_start - Executed when vote session start<br>
145+
pug_config_live - Used when the match begin (Live config)<br>
146+
pug_config_halftime - Used at half-time session<br>
147+
pug_config_overtime - Used at Overtime session<br>
148+
pug_config_end - Executed when the match ends<br>
149+
pug_sql_host - SQL server address<br>
150+
pug_sql_user - Database user<br>
151+
pug_sql_pass - Database password<br>
152+
pug_sql_db - Database name<br>
153+
pug_bans_url - URL that will store bans page<br>
154+
pug_require_register - Kick players that is not registred at database<br>
155+
pug_leaves_ban - Ban a player that reaches a number of leaves<br>
156+
pug_leaves_bantime - Time to ban when reach leave infraction times (In minutes)<br>
157+
pug_ranked_server - Rank the server to database<br>
158+
pug_web_url - URL of stats pages for pug mod<br>
159+
pug_hltv_host - Remote HLTV IP address<br>
160+
pug_hltv_port - Remote HLTV Port<br>
161+
pug_hltv_pass - Remote HLTV (Rcon|adminpass) Password<br>
162+
pug_hltv_demo_dir - Demos sub-dir (Stored at cstrike folder)<br>
163+
pug_hltv_demo_name - Demo name prefix (Ie. pug will be saved as pug-1504070051-de_dust2.dem)

0 commit comments

Comments
 (0)