Jump to content

iamwkkwkwkw

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by iamwkkwkwkw

  1. i want the zombie name to showed even we doesnt look at it
  2. this is my skript : ``` command /event [<text>]: trigger: if arg 1 is set: if arg 1 is "start" : loop 2 times : wait 5 second spawn zombie at player set the maximum health of last spawned zombie to 65 set the health of last spawned zombie to 300 set the display name of last spawned zombie to "&cStrong Zombie" set helmet of last spawned zombie to skull of ("LukasNovo" parsed as offlineplayer) ``` the problem is at line 10 it works nicely and perfectly nothing wrong but i want the name to even we doesnt look at it it shows the name
  3. So I just added a minigames that killing mob and get reward per kill but i want to make the kill rewards only accesible to a players that started the game the code working well but i need to add perms to the killreward code and i dont know how to This Is my script in skript: on death: attacker is a player if victim is a zombie: give 1 paper named "Winner Ticket" message "<dark gray>You Killed One zombie <lime>+1 Winner Ticket" to the attacker ASAP pls help
×
×
  • Create New...