mirror of
https://github.com/edgegamers/Jailbreak.git
synced 2025-12-06 04:42:57 -08:00
update sounds
This commit is contained in:
@@ -94,7 +94,8 @@ public class GhostDay(BasePlugin plugin, IServiceProvider provider)
|
||||
Server.ExecuteCommand($"mp_footsteps_serverside {(state ? "1" : "0")}");
|
||||
if (state) EnableDamage(); else DisableDamage();
|
||||
foreach (var player in PlayerUtil.GetAlive()) {
|
||||
player.ExecuteClientCommand("play \"sounds/ui/counter_beep.vsnd\"");
|
||||
player.ExecuteClientCommand(
|
||||
$"play {(state ? "\"sounds/buttons/bell1.vsnd\"" : "\"sounds/ui/counter_beep.vsnd\"")}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user