Skip to content

Commit c321515

Browse files
committed
Add missing hidden voice commands
1 parent a80bd98 commit c321515

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

scripting/modules/console-command.sp

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
static char g_voiceCommands[][] = {
2-
// Group 1
2+
// Menu 1
33
"voice_attack",
44
"voice_hold",
55
"voice_left",
@@ -9,7 +9,7 @@ static char g_voiceCommands[][] = {
99
"voice_usesmoke",
1010
"voice_usegrens",
1111
"voice_ceasefire",
12-
// Group 2
12+
// Menu 2
1313
"voice_yessir",
1414
"voice_negative",
1515
"voice_backup",
@@ -19,7 +19,7 @@ static char g_voiceCommands[][] = {
1919
"voice_niceshot",
2020
"voice_thanks",
2121
"voice_areaclear",
22-
// Group 3
22+
// Menu 3
2323
"voice_dropweapons",
2424
"voice_displace",
2525
"voice_mgahead",
@@ -36,7 +36,11 @@ static char g_voiceCommands[][] = {
3636
"voice_medic",
3737
"voice_fallback",
3838
"voice_enemyahead",
39-
"voice_coverflanks"
39+
"voice_coverflanks",
40+
"voice_gogogo",
41+
"voice_takeammo",
42+
"voice_fireleft",
43+
"voice_fireright"
4044
};
4145

4246
void Command_AddListeners() {

0 commit comments

Comments
 (0)