Well, how do you make it compile for different versions?
I imagine you have some other define like
Code:
#define CS_COMPILE_VERSION
If so, then just check for that. If not, well you can't overload functions in pawn so :/
Or, you could use fakemeta to hook traceline or register the DeathMsg event, and set up your own little system to work everything out, like attacker, victim, dmg, wpnid, etc.
__________________