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