Blockland Forums > Suggestions & Requests
Drop Current Weapon on Death
(1/1)
Racerboy:
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?
Mold:

--- Code: ---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):

--- End code ---
Should work.
If not, forget it.
Navigation
Message Index

Go to full version