From 80d1356f3b241442c448f18153aef1e2ccaf4713 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Tue, 13 Oct 2020 11:56:54 +0200 Subject: [PATCH 1/2] 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); From 68ee71933bb2b51f352f0c41fa149956dea57a85 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Thu, 8 Apr 2021 03:28:23 +0200 Subject: [PATCH 2/2] fix some readme stuff --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85d0b38..3a78716 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ In the Server console (or via rcon). It is normal for the console to be laggy. sm plugins load Skillbird # Why include system2 as binaries? -Because I'm a lazy cheat. I don't it's against the GPL as long as I tell you the source-code is [here](https://github.com/dordnung/System2). +Because I'm a lazy cheat. It's not against the GPL as long as I tell you the source-code is [here](https://github.com/dordnung/System2). Building sourcemod extensions can be complicated for the uninitiated. # Why do you have the json dependency in your repro -Because I'm a lazy cheat, please leave [this guy](https://github.com/clugg/sm-json/) a star. +Because I'm a lazy cheat and there is no dependency manager for sourcemod, please leave [this guy](https://github.com/clugg/sm-json/) a star.