Style your scripts.

You should use a gani that plays the sound, instead of the 'play' command.
The 'play' command only plays the sound to you, not other players.
Using a gani will play the sound for everyone.
PHP Code:
if (event) {
command;
command;
if (condition) {
command;
command;
}
}