Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Apryed committed Mar 15, 2021
1 parent 416664b commit 9f5d219
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HelpMe.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo "|
echo "----------------------------------------------------------------------------------"
echo "| |"
echo "| Last Modification |"
echo "| 14/03/2021 - 02:36:30 |"
echo "| 15/03/2021 - 10:49:00 |"
echo "| |"
echo "----------------------------------------------------------------------------------"
echo "| |"
Expand Down
9 changes: 8 additions & 1 deletion HelpMe_TeamTraining.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo " Or check it on GitHub - https://github.com/Apryed/CSGO-CFG/releases"
echo "-------------------------------------------------------------"
echo "| |"
echo "| Last Modification |"
echo "| 14/03/2021 - 02:36:30 |"
echo "| 15/03/2021 - 10:49:00 |"
echo "| |"
echo "-------------------------------------------------------------"
echo "| |"
Expand Down Expand Up @@ -117,6 +117,13 @@ echo "| sv_steamgroup_exclusive 0 to 2 |"
echo "| sv_voiceenable 1 |"
echo "| sv_auto_full_alltalk_during_warmup_half_end 1 to 0 |"
echo "| mp_spectators_max 2 to 50 |"
echo "| sv_allowupload 0 to 1 |"
echo "| mp_teamname_1 and mp_teamname_2 changed to |"
echo "| DEFENDING and ATTACKING TEAM |"
echo "| mp_teamflag_1 and mp_teamflag_2 changed to AR and ES |"
echo "| mp_teammatchstat_txt changed to TRAINING |"
echo "| mp_teammatchstat_1 and mp_teammatchstat_2 changed to |"
echo "| SIDE A and B |"
echo "| |"
echo "-------------------------------------------------------------"
echo "| |"
Expand Down
10 changes: 9 additions & 1 deletion TeamTraining.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ sv_spawn_afk_bomb_drop_time 30
// VIOM TEAM Steam Group Settings
sv_steamgroup 38281345
sv_steamgroup_exclusive 2
mp_teamname_1 "DEFENDING TEAM"
mp_teamname_2 "ATTACKING TEAM"
mp_teamflag_1 "AR"
mp_teamflag_2 "ES"
mp_teammatchstat_txt "TRAINING"
mp_teammatchstat_1 "SIDE A"
mp_teammatchstat_2 "SIDE B"
sv_allowupload "1"

sv_voiceenable 1
sv_auto_full_alltalk_during_warmup_half_end 0
Expand All @@ -95,7 +103,7 @@ mp_restartgame 1

// Aliases List
alias HelpMe "exec HelpMe_TeamTraining.cfg"
alias Moded "echo Last Modification - 14/03/2021 - 02:36:30"
alias Moded "echo Last Modification - 15/03/2021 - 10:49:00"

// Loading
HelpMe
Expand Down
9 changes: 8 additions & 1 deletion autoexec.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,16 @@ sv_enablebunnyhopping "0"
sv_autobunnyhopping "0"
mp_teammates_are_enemies "0"
mp_ignore_round_win_conditions "0"
mp_teamname_1 ""
mp_teamname_2 ""
mp_teamflag_1 ""
mp_teamflag_2 ""
mp_teammatchstat_txt ""
mp_teammatchstat_1 ""
mp_teammatchstat_2 ""

// --- Alias List
alias Moded "echo Last Modification - 14/03/2021 - 02:36:30"
alias Moded "echo Last Modification - 15/03/2021 - 10:49:00"
Alias MM_MaxPing "mm_dedicated_search_maxping"
// Shows Score and Display Net_Graph
alias "+ng" "+showscores; net_graph 1"
Expand Down

0 comments on commit 9f5d219

Please sign in to comment.