Skip to content

Commit 7e4fc25

Browse files
authored
Merge pull request #41 from olokos/radiocmds
Add new radio commands to block list
2 parents 0d7e681 + 55de39f commit 7e4fc25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

addons/sourcemod/scripting/SurfTimer.sp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,11 +1573,12 @@ char EntityList[][] = // Disable entities that often break maps
15731573
"player_weaponstrip",
15741574
};
15751575

1576-
char RadioCMDS[][] = // Disable radio commands
1576+
char RadioCMDS[][] = // Disable radio commands
15771577
{
15781578
"coverme", "takepoint", "holdpos", "regroup", "followme", "takingfire", "go", "fallback", "sticktog",
15791579
"getinpos", "stormfront", "report", "roger", "enemyspot", "needbackup", "sectorclear", "inposition",
1580-
"reportingin", "getout", "negative", "enemydown", "cheer", "thanks", "nice", "compliment"
1580+
"reportingin", "getout", "negative", "enemydown", "cheer", "thanks", "nice", "compliment", "go_a",
1581+
"go_b", "sorry", "needrop"
15811582
};
15821583

15831584
/*====== End of Declarations ======*/

0 commit comments

Comments
 (0)