03.02.2014, 03:46
I've been fiddling with that the last few days, and I've hit a brick wall. Plugins (like streamer) are naturally not suspectible to macros (using sampgdk to access native functions directly). That's inconvinient, as I don't want to lose the plugin functionality for testing. This would require either doing this include as a plugin and messing with the native function addresses, or use some amx_assembly black magic (and do the same). I don't know if I should go that far, or keep this include for simple testing, and use NPC's for some more player-like testing.