mirror of
https://github.com/FAUSheppy/skillbird-sourcemod
synced 2025-12-05 22:51:37 +01:00
add hook for ever round start
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user