View Single Post
  #1  
Old 07-03-2007, 10:51 PM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
play() as a player comes online

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.
__________________

Coming soon (Hopefully:P)

Last edited by JkWhoSaysNi; 07-03-2007 at 11:03 PM..
Reply With Quote