From 80d1356f3b241442c448f18153aef1e2ccaf4713 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Tue, 13 Oct 2020 11:56:54 +0200 Subject: [PATCH] hook correct event --- 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);