21.08.2014, 22:25
(
Последний раз редактировалось xeeZ; 22.08.2014 в 11:02.
)
I think you have to hook each native with something like your AssemblyRedirect() function or subhook (the library that I use in my plugins) to make them work with GDK.
Edit:
You'll also need to hook amx_Register() to get addresses of your native functions because if the AMX doesn't use them they are not present in the natives table.
Edit:
You'll also need to hook amx_Register() to get addresses of your native functions because if the AMX doesn't use them they are not present in the natives table.