mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 13:13:20 +00:00
Update FTT
This commit is contained in:
parent
5c8cdd4019
commit
42497b76f2
6 changed files with 55 additions and 19 deletions
|
@ -84,6 +84,7 @@ public void OnPluginStart() {
|
|||
|
||||
HookEvent("player_spawn", Event_PlayerSpawn);
|
||||
HookEvent("player_disconnect", Event_PlayerDisconnect);
|
||||
HookEvent("player_first_spawn", Event_PlayerFirstSpawn);
|
||||
HookEvent("player_death", Event_PlayerDeath);
|
||||
HookEvent("triggered_car_alarm", Event_CarAlarm);
|
||||
HookEvent("witch_harasser_set", Event_WitchVictimSet);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue