2019-04-23, 02:07 PM
A hook is a function called at the same time as another one. So if you want to do your own code every time someone calls `SetPlayerHealth`, you write a hook. If you want to use `OnPlayerConnect` in two files, you write a hook (or two). They basically just extend functions to do more stuff.