Author Topic: Drop Current Weapon on Death  (Read 353 times)

This does not mean it drops your entire inventory when you die, like the current mod by Zack0Wack0 on RTB - just the weapon that you were holding at the time of your death.

Does this already exist? If so, could someone link me?
If not, could someone make it?

Code: [Select]
package droptool
{
function player::ondeath(%player, %idk, %how, %many, %args)
{
servercmddroptool(%player.client, %player.currtool);
return parent::ondeath(%player, %idk, %how, %many, %args);
}
};
activatePacke(droptool):
Should work.
If not, forget it.