06.05.2018, 10:09
i have ysi hooks, and i get this error at onplayerpickupdynamicpickup
https://pastebin.com/x8S2KBYe
how i can solve
https://pastebin.com/x8S2KBYe
how i can solve
// Create the default replacements.
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);
DEFINE_HOOK_REPLACEMENT(DynamicCP , DynamicCP);