diff --git a/src/zombiereloaded.sp b/src/zombiereloaded.sp index 26061af..06318af 100644 --- a/src/zombiereloaded.sp +++ b/src/zombiereloaded.sp @@ -195,6 +195,7 @@ public OnMapEnd() InfectOnMapEnd(); VolOnMapEnd(); VEffectsOnMapEnd(); + ZombieSoundsOnMapEnd(); } /** diff --git a/src/zr/soundeffects/zombiesounds.inc b/src/zr/soundeffects/zombiesounds.inc index 8b1263a..1a16fe2 100644 --- a/src/zr/soundeffects/zombiesounds.inc +++ b/src/zr/soundeffects/zombiesounds.inc @@ -220,6 +220,11 @@ ZombieSoundsOnRoundEnd() ZombieSoundsResetCmdTimers(); } +ZombieSoundsOnMapEnd() +{ + ZombieSoundsOnRoundEnd(); +} + ZombieSoundsOnCommandsCreate() { RegConsoleCmd("scream", ZombieSoundsScreamCommand, "Emits a scream sound, if the player is a zombie.");