From e3e06792c5b8185f0df58360df13b7a6c56cc5ac Mon Sep 17 00:00:00 2001 From: zaCade Date: Wed, 23 Jan 2019 18:53:59 +0100 Subject: [PATCH] General: Add include update. --- src/include/zr/infect.zr.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/include/zr/infect.zr.inc b/src/include/zr/infect.zr.inc index b4e7512..d433d2d 100644 --- a/src/include/zr/infect.zr.inc +++ b/src/include/zr/infect.zr.inc @@ -76,6 +76,14 @@ native bool ZR_InfectClient(int client, int attacker = -1, bool motherInfect = f */ native bool ZR_HumanClient(int client, bool respawn = false, bool protect = false); +/** + * Called on infection timer to determine if timer should show. + * + * @return Plugin_Continue to allow timer. Anything else + * (Like Plugin_Handled) to block timer. + */ +forward Action ZR_OnInfectCountdown(); + /** * Called when a player is about to become a zombie. * Here you can modify any variable or block the infection entirely.