Fixed zombie scream command timers not properly destroyed on map change.
This commit is contained in:
@ -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