Could you make it with each animal and total human kills and total kills?
But, you need to press a button to open the scoreboard. that will be better
sure I am working on making a button to open the score board on the left side of the screen and I am also working on kills for different mobs and later I will add kills for other players and make it work for multiplayer and add new mobs such as giants and wolfs and after I do that there will be a link in the description
also DragonHunterz would you like to be part of my modding team
[/mod]
var playerKILL = 0;
function deathHook(murderer, victim)
{
if (getCarriedItem(murderer) == 268 || getCarriedItem(murderer) == 272 || getCarriedItem(murderer) == 267 || getCarriedItem(murderer) == 276 || getCarriedItem(murderer) == 283)
{
playerKILL = playerKILL + 1;
}
}
function procCmd(cmd)
{
var Line = cmd.split(" ");
if (Line[0]=="kill")
{
clientMessage ("You have "+playerKILL+" kills.");
}
}
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
I will update I later
thank you for not stealing my idea
yes
sure I am working on making a button to open the score board on the left side of the screen and I am also working on kills for different mobs and later I will add kills for other players and make it work for multiplayer and add new mobs such as giants and wolfs and after I do that there will be a link in the description
also DragonHunterz would you like to be part of my modding team
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]