Skip to content

Commit 7785242

Browse files
committed
Merge branch 'develop'
2 parents 328cfb0 + b19d5fa commit 7785242

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

scripting/anti-voice-commands-spam.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public Plugin myinfo = {
1111
name = "Anti voice commands spam",
1212
author = "Dron-elektron",
1313
description = "Allows you to prevent spam by voice commands",
14-
version = "1.0.0",
14+
version = "1.0.1",
1515
url = "https://github.com/dronelektron/anti-voice-commands-spam"
1616
};
1717

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)