View tracker entry USL.DarkZero User Joined on Dec 25 2020 Title UGMP weapons are missing in death reasons State Verified Mod version(s) Snapshot 4.1.6 Description Would be great if there was a weapon icon in the death list if people kill each other with weapons that are not part of GTA San Andreas. Steps to reproduce Use one of the "new" weapons and kill someone. TwisT3R Project Manager Joined on May 10 2016 Posted 3 years ago (edited) Known issue and it is planned to have a fix for that.Until that, you can use this method as a workaround.if(IsValidWeaponType(reason)) { SendDeathMessage(killerid, playerid, GetWeaponHighestParentType(reason)); }