When a player places a satchel and detonates it when enemies are near, normally param 3 of HandleDamage will return the player object as the source of the damage, allowing the player to be credited for the kills.
However, if a scripted satchel that was assigned to a player via addOwnedMine is detonated, the source is <NULL-object>, thus preventing him from being credited.