The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Music Won't Play [solved]
D3AD UPR1S1NG Offline
Member

Posts: 64
Threads: 21
Joined: Apr 2011
Reputation: 0
#1
Music Won't Play [solved]

Hey I have been working on a remake of Resident Evil 3 however the music will not play even after being converted on audacity so does anyone know what's wrong with this script?

void OnStart()
{
PlayMusic("12_The_City_of_Ruin.ogg", true, 100.0, 0.0, 1, true);
}
//===========================================
// This runs when the player enters the map
void OnEnter()
{
}

//===========================================
// This runs when the player leaves the map
void OnLeave()
{
}

[Edit]
fixed. turns out I had to put it in the games audio directory lol noobism kicking in

The Harrowing Tale Of Redendrew Mansion
(This post was last modified: 05-01-2011, 06:31 PM by D3AD UPR1S1NG.)
05-01-2011, 06:10 PM
Find


Messages In This Thread
Music Won't Play [solved] - by D3AD UPR1S1NG - 05-01-2011, 06:10 PM
RE: Music Won't Play - by Tanshaydar - 05-01-2011, 06:31 PM
RE: Music Won't Play - by D3AD UPR1S1NG - 05-01-2011, 06:32 PM
RE: Music Won't Play [solved] - by Tanshaydar - 05-01-2011, 06:42 PM
RE: Music Won't Play [solved] - by D3AD UPR1S1NG - 05-01-2011, 06:43 PM



Users browsing this thread: 1 Guest(s)