Fixed zombie scream command timers not properly destroyed on map change.
This commit is contained in:
@ -195,6 +195,7 @@ public OnMapEnd()
|
||||
InfectOnMapEnd();
|
||||
VolOnMapEnd();
|
||||
VEffectsOnMapEnd();
|
||||
ZombieSoundsOnMapEnd();
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -220,6 +220,11 @@ ZombieSoundsOnRoundEnd()
|
||||
ZombieSoundsResetCmdTimers();
|
||||
}
|
||||
|
||||
ZombieSoundsOnMapEnd()
|
||||
{
|
||||
ZombieSoundsOnRoundEnd();
|
||||
}
|
||||
|
||||
ZombieSoundsOnCommandsCreate()
|
||||
{
|
||||
RegConsoleCmd("scream", ZombieSoundsScreamCommand, "Emits a scream sound, if the player is a zombie.");
|
||||
|
Reference in New Issue
Block a user