mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-09 01:03:21 +00:00
Fix ftt
This commit is contained in:
parent
441bcb9b73
commit
9d25a36891
3 changed files with 2 additions and 3 deletions
|
@ -91,7 +91,6 @@ public void OnPluginStart() {
|
|||
RegAdminCmd("sm_healbots", Command_HealTarget, ADMFLAG_CHEATS, "Make bots heal a player");
|
||||
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue