Code:
wpn_radius_damage(g_wpnid,attacker,ptr,ROCKET_RADIUS,ROCKET_DAMAGE,DMG_BLAST)
Depending on what version of WeaponMod includes you have. The "wpn_radius_damage" is different. One accepts the entity, the other accepts the origin. You were sending it's origin.
__________________