mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 23:13:21 +00:00
Troll changes
This commit is contained in:
parent
2013d0c7bc
commit
71889d6788
7 changed files with 149 additions and 45 deletions
|
@ -102,6 +102,7 @@ public void OnPluginStart() {
|
|||
HookEvent("door_close", Event_DoorToggle);
|
||||
HookEvent("adrenaline_used", Event_SecondaryHealthUsed);
|
||||
HookEvent("pills_used", Event_SecondaryHealthUsed);
|
||||
HookEvent("entered_spit", Event_EnteredSpit);
|
||||
|
||||
AddNormalSoundHook(view_as<NormalSHook>(SoundHook));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue