tmick0 / sm_hookevent

sourcemod plugin allowing an arbitrary command to be executed at the next firing of an arbitrary hook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hookevent

sourcemod plugin allowing arbitrary commands to be executed upon engine events

Configuration

Commands

  • sm_hookevent <event> "<command>": execute oneshot command next time the event occurs
  • sm_hookevent_persist <event> "<command>": execute command every time the event occurs
  • sm_hookevent_clear <event>": remove all hooks for the event

About

sourcemod plugin allowing an arbitrary command to be executed at the next firing of an arbitrary hook

License:GNU General Public License v3.0


Languages

Language:SourcePawn 100.0%