Vice City: Multiplayer

VC:MP Discussion => General Discussion => Topic started by: Diego^ on Jun 03, 2015, 09:28 PM

Title: [HELP] Some sound ID bugged
Post by: Diego^ on Jun 03, 2015, 09:28 PM
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!
Title: Re: [HELP] Some sound ID bugged
Post by: . on Jun 04, 2015, 04:12 AM
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);
    }
}