10.02.2012, 13:41
Quote:
You're joking right? There isn't much documentation on it so a tutorial is useful, but this technique was developed years ago:
https://sampforum.blast.hk/showthread.php?tid=85907 And used in every decent library since then! Also, I would advise against modifying the original includes - you don't actually need the second native at all as your method will bypass other hooks despite detecting them. Just call "SetPlayerScore" in your custom function, not "CUSTOM_SetPlayerScore". It comes before the "#define" so won't get replaced. |