View Single Post
Seta00
The Seta00 user has crashed.
Join Date: Jan 2010
Location: Berlin
Old 04-30-2010 , 21:45   Re: New Way To Block Round End
Reply With Quote #29

Quote:
Originally Posted by xPaw View Post
It doesn't have hooking/calling capabilities... You can get a function pointer, but you can't call it from Pawn. The necessary modifications aren't many, but I'm too busy nowadays to code them.

Code:
public plugin_init() {     new h4ck = memhack_get_pointer(609936, _, MEMTYPE_CODE); // we have the function     // missing native: memhack_call_function(h4ck, ...) or memhack_hook_function(h4ck, "myH4ckedHook") }

Last edited by Seta00; 04-30-2010 at 21:52. Reason: achieve?! dumb english skills...
Seta00 is offline