Skript with Sound by Event [On Death of Zombie]

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Trason

Member
Feb 21, 2018
12
0
1
28
Hello at first, i try now my first two days to learn Skript and it works fine but now i have a problem with the code.

I want on my on death of zombie: event that the player hear a sound like entity.experience_orb i try it now with this:

code_language.skript:
on detah of zombie:
     play raw sound "entity.experience_orb.pickup" at player with pitch 1 volume 10

i hope you can help me

this is installed on my srever

Skript
Skellett
SkQuery
skRayfall
 
You writed, : "on detah of zombie:".. Try : 'On death of zombie:' :emoji_grinning:
No i found the problem but it was not the "on".

code_language.skript:
on death of zombie:
    play "ENTITY_EXPERIENCE_ORB_PICKUP" to player at volume 0.5

This code work fine
 
Status
Not open for further replies.