• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] What exactly is hooking??
#2
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.
  Reply


Messages In This Thread
What exactly is hooking?? - by Metro - 2019-04-23, 01:18 PM
RE: What exactly is hooking?? - by Y_Less - 2019-04-23, 02:07 PM
RE: What exactly is hooking?? - by Sasino97 - 2019-04-25, 06:48 AM
RE: What exactly is hooking?? - by Y_Less - 2019-04-27, 06:43 AM

Forum Jump: