Thread: MP3 Problem
View Single Post
  #1  
Old 01-09-2007, 07:10 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
MP3 Problem

I want to use some mp3s on a server and uploaded it into our sounds folder, but it just gives a console error that it could not be found when I try to play it.

NPC Code:
//#CLIENTSIDE
function onCreated() {
play("forest2.mp3");
}

Reply With Quote