From d88ec59ff00d988aad6989a4868555d89978de33 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Wed, 30 Sep 2020 08:23:08 +0200 Subject: [PATCH] add hook for ever round start --- scripting/Skillbird.sp | 1 + 1 file changed, 1 insertion(+) diff --git a/scripting/Skillbird.sp b/scripting/Skillbird.sp index 91ef310..18e4588 100644 --- a/scripting/Skillbird.sp +++ b/scripting/Skillbird.sp @@ -28,6 +28,7 @@ public OnPluginStart(){ /* Hook Events */ HookEvent("round_end", Event_RoundEnd); + HookEvent("round_start", Event_RoundStart); HookEvent("player_team", Event_PlayerChangedTeam); HookEvent("player_disconnect", Event_PlayerDisconnect);