Update FTT

This commit is contained in:
Jackzie 2022-01-07 07:51:55 -06:00
parent 5c8cdd4019
commit 42497b76f2
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
6 changed files with 55 additions and 19 deletions

View file

@ -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);