Your topics could have been put into just one, and this could also be learned using the search feature.
function GameConnection::OnDeath(%client, %killerPlayer, %killer, %damageType, %damageLoc)
{
//parent
parent::OnDeath(%client, %killerPlayer, %killer, %damageType, %damageLoc);
//Message here
messageClient(%client,'',%msg);
}