20.08.2014, 14:52
Hi.
Currently which is the effective way to redirect native function within samp server, not only in AMX? Its possible with memory hacking, find addresses in IDA, but this is the worst way. I need this because I'm working on per-player pickup system in YSF. I re-created complete pickup pool, and re-direct original CreatePickup functions in AMX,but not enought in AMX, because who uses streamer they will get crash, because GDK will find original CreatePickup from samp server and streamer will use it.
Currently which is the effective way to redirect native function within samp server, not only in AMX? Its possible with memory hacking, find addresses in IDA, but this is the worst way. I need this because I'm working on per-player pickup system in YSF. I re-created complete pickup pool, and re-direct original CreatePickup functions in AMX,but not enought in AMX, because who uses streamer they will get crash, because GDK will find original CreatePickup from samp server and streamer will use it.