File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
static char g_voiceCommands [][] = {
2
- // Group 1
2
+ // Menu 1
3
3
" voice_attack" ,
4
4
" voice_hold" ,
5
5
" voice_left" ,
@@ -9,7 +9,7 @@ static char g_voiceCommands[][] = {
9
9
" voice_usesmoke" ,
10
10
" voice_usegrens" ,
11
11
" voice_ceasefire" ,
12
- // Group 2
12
+ // Menu 2
13
13
" voice_yessir" ,
14
14
" voice_negative" ,
15
15
" voice_backup" ,
@@ -19,7 +19,7 @@ static char g_voiceCommands[][] = {
19
19
" voice_niceshot" ,
20
20
" voice_thanks" ,
21
21
" voice_areaclear" ,
22
- // Group 3
22
+ // Menu 3
23
23
" voice_dropweapons" ,
24
24
" voice_displace" ,
25
25
" voice_mgahead" ,
@@ -36,7 +36,11 @@ static char g_voiceCommands[][] = {
36
36
" voice_medic" ,
37
37
" voice_fallback" ,
38
38
" voice_enemyahead" ,
39
- " voice_coverflanks"
39
+ " voice_coverflanks" ,
40
+ " voice_gogogo" ,
41
+ " voice_takeammo" ,
42
+ " voice_fireleft" ,
43
+ " voice_fireright"
40
44
};
41
45
42
46
void Command_AddListeners () {
You can’t perform that action at this time.
0 commit comments