Author Topic: Playertype Help  (Read 391 times)

Is there any way to detect if a playertype makes a kill, or edit their hurt sound and pain particles?

Code: [Select]
package death
{
    function PlayerStandardArmor::onDisabled(%this,%player)
    {
        Parent::onDisabled(%this,%player);
    }
};
ActivatePackage(death);