2019-04-25, 06:48 AM
(2019-04-23, 02:07 PM)Y_Less Wrote: 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.
Is it correct to say that they are called at the same time? I think they are called one after the other.