[HELP] Some sound ID bugged

Started by Diego^, Jun 03, 2015, 09:28 PM

Previous topic - Next topic

Diego^

Once started the 0.4, I tested various sounds ID and all worked, but now I try again and realized that most are not working. I had tested at the beginning of the "SWAT". Can anyone help me?

Sorry for my bad english!
BRL's Developer.

.

Maybe you played them in a different world or too far from the player :-\
onPlayerCommand <- function(player, command, arguments)
{
    try {
        PlaySound(player.World, command.tointeger(), player.Pos);
    } catch (e) {
        print("FU error: " + e);
    }
}
.