mirror of
https://github.com/edgegamers/Jailbreak.git
synced 2025-12-06 04:42:57 -08:00
Update CountdownCommandBehavior.cs
This commit is contained in:
@@ -99,6 +99,11 @@ public class CountdownCommandBehavior(IWardenService warden, IMuteService mute,
|
||||
|
||||
private void PrintCountdownToPlayers(int seconds) {
|
||||
new SimpleView { PREFIX, "Countdown: " + seconds }.ToAllChat();
|
||||
|
||||
var players = Utilities.GetPlayers();
|
||||
foreach (var player in players) {
|
||||
player.ExecuteClientCommand("play \\sounds\\weapons\\clipempty_pistol.vsnd_c");
|
||||
}
|
||||
}
|
||||
|
||||
private void PrintGoToPlayers() {
|
||||
|
||||
Reference in New Issue
Block a user