I have a weapon NPC that all players get. In onCreated I have:
PHP Code:
play("http://location-to/song.mp3");
It works if I update the script and get the onCreated event called way after login, but it seems that calling play() right after login gives this error in the F2 window:
FMod Sounds: using default sound driver
FMod Sounds: error when playing
http://www.songarea.com/music-code/n...693cba6943.mp3
The URL there is also not the URL of the song i'm trying to play. Logon to graalaxy and you'll see the problem.