• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Server] Problems with y_hooks
#2
Code:
// Taken from YSI (sh00k)

DEFINE_HOOK_REPLACEMENT__(Checkpoint, CP );

DEFINE_HOOK_REPLACEMENT__(Container , Cnt);

DEFINE_HOOK_REPLACEMENT__(Inventory , Inv);

DEFINE_HOOK_REPLACEMENT__(Dynamic   , Dyn);

DEFINE_HOOK_REPLACEMENT__(TextDraw  , TD );

DEFINE_HOOK_REPLACEMENT__(Update    , Upd);

DEFINE_HOOK_REPLACEMENT__(Object    , Obj);

DEFINE_HOOK_REPLACEMENT__(Command   , Cmd);

Most of the times just opening library's testing sample will tell you literally all that library offers
Using Pawn.CMD?

If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
  Reply


Messages In This Thread
Problems with y_hooks - by Frajola - 2021-01-31, 10:17 PM
RE: Problems with y_hooks - by Pinch - 2021-01-31, 10:31 PM
RE: Problems with y_hooks - by Frajola - 2021-02-01, 12:46 AM
RE: Problems with y_hooks - by Markski - 2021-02-01, 12:08 AM

Forum Jump: