Hello everyone, tell me how to connect HOOK_LIB? I'm going to make an offset tester, but I can't connect HOOK_LIB to functions. It seems like the quotes are in the way, if you remove them the error remains, it just crashes.
HOOK_LIB("MY.libname", "MY.offsetToUpdateField", HookField,_HookField); - don't working.
HOOK_LIB(MY.libname, MY.offsetToUpdateField, HookField,_HookField); - don't working
I took the LGL mod menu as a basis.
HOOK_LIB("MY.libname", "MY.offsetToUpdateField", HookField,_HookField); - don't working.
HOOK_LIB(MY.libname, MY.offsetToUpdateField, HookField,_HookField); - don't working
I took the LGL mod menu as a basis.