#DaMiAnO Posted November 26, 2011 Share Posted November 26, 2011 Hi! When i Connect to my localhost server, i have seen lots of errors, with download custom sounds. BASS ERROR 2 in LoadMedia path:D:\MTA San Andreas 1.1\mods\deathmatch\resources\race\audio\countdown.mp3 3d:0 loop:0BASS ERROR 2 in LoadMedia path:D:\MTA San Andreas 1.1\mods\deathmatch\resources\race\audio\countdown.mp3 3d:0 loop:0 BASS ERROR 2 in LoadMedia path:D:\MTA San Andreas 1.1\mods\deathmatch\resources\race\audio\countdown.mp3 3d:0 loop:0 BASS ERROR 2 in LoadMedia path:D:\MTA San Andreas 1.1\mods\deathmatch\resources\race\audio\go.mp3 3d:0 loop:0 BASS ERROR 2 in LoadMedia path:D:\MTA San Andreas 1.1\mods\deathmatch\resources\race\audio\cp.mp3 3d:0 loop:0 BASS ERROR 2 in LoadMedia path:D:\MTA San Andreas 1.1\mods\deathmatch\resources\race\audio\cp.mp3 3d:0 loop:0 BASS ERROR 2 in LoadMedia path:D:\MTA San Andreas 1.1\mods\deathmatch\resources\race\audio\cp.mp3 3d:0 loop:0 BASS ERROR 2 in LoadMedia path:D:\MTA San Andreas 1.1\mods\deathmatch\resources\race\audio\cp.mp3 3d:0 loop:0 BASS ERROR 2 in LoadMedia path:D:\MTA San Andreas 1.1\mods\deathmatch\resources\race\audio\cp.mp3 3d:0 loop:0 BASS ERROR 2 in LoadMedia path:D:\MTA San Andreas 1.1\mods\deathmatch\resources\race\audio\cp.mp3 3d:0 loop:0 BASS ERROR 2 in LoadMedia path:D:\MTA San Andreas 1.1\mods\deathmatch\resources\race\audio\cp.mp3 3d:0 loop:0 BASS ERROR 2 in LoadMedia path:D:\MTA San Andreas 1.1\mods\deathmatch\resources\race\audio\cp.mp3 3d:0 loop:0 BASS ERROR 2 in LoadMedia path:D:\MTA San Andreas 1.1\mods\deathmatch\resources\race\audio\cp.mp3 3d:0 loop:0 How to fix that ? Link to comment
Jaysds1 Posted November 26, 2011 Share Posted November 26, 2011 Did you add them in the meta.xml? Link to comment
#DaMiAnO Posted November 26, 2011 Author Share Posted November 26, 2011 Did you add them in the meta.xml? Thanks, I'm fuc*** moron. Link to comment
Jaysds1 Posted November 26, 2011 Share Posted November 26, 2011 np, even I make that mistake with my resources Link to comment
Paper Posted January 29, 2012 Share Posted January 29, 2012 np, even I make that mistake with my resources I have this problem too, have you solved it? Link to comment
Jaysds1 Posted January 29, 2012 Share Posted January 29, 2012 ya, what's your problem? Link to comment
Paper Posted January 30, 2012 Share Posted January 30, 2012 I've the same problem of #DaMiAnO Link to comment
JR10 Posted January 30, 2012 Share Posted January 30, 2012 Did you add them in the meta.xml? Link to comment
JR10 Posted January 30, 2012 Share Posted January 30, 2012 What does it say in /debugscript 3? Show your meta.xml Link to comment
Paper Posted January 30, 2012 Share Posted January 30, 2012 in the /debugscript 3 nothing, but i see this in the console: BASS ERROR 2 in LoadMedia path:D:\MTA San Andreas 1.1\mods\deathmatch\resources\tdma\sounds\misc\Colt.wav 3d:0 loop:0 Link to comment
Jaysds1 Posted January 30, 2012 Share Posted January 30, 2012 When adding music into your folder, remember it's a file, so you have to do this: <file src="sounds\misc\Colt.wav" /> Link to comment
Paper Posted January 30, 2012 Share Posted January 30, 2012 When adding music into your folder, remember it's a file, so you have to do this: <file src="sounds\misc\Colt.wav" /> Yes, i'm doing so D: Link to comment
JR10 Posted January 30, 2012 Share Posted January 30, 2012 Show your meta.xml. And post the script. Link to comment
Paper Posted January 30, 2012 Share Posted January 30, 2012 The meta is correct and the script is a simple playSound functions T_T Link to comment
Jaysds1 Posted January 30, 2012 Share Posted January 30, 2012 Can you post the script please Link to comment
JR10 Posted January 30, 2012 Share Posted January 30, 2012 Since it's simple, why are you afraid to post it? Link to comment
Paper Posted January 31, 2012 Share Posted January 31, 2012 I'm not afraid to post it lol function checkLowHP() if getElementHealth(getLocalPlayer()) <= 20 then playSound("misc/heart_beat.wav") end end setTimer(checkLowHP, 1000, 0) Link to comment
Paper Posted January 31, 2012 Share Posted January 31, 2012 <meta> <info author="Paper" description="" name="asd" version="1.0" type="script" /> <file src="sounds/misc/heart_beat.wav" type="client" /> <script src="core.lua" /> </meta> Link to comment
JR10 Posted January 31, 2012 Share Posted January 31, 2012 That's because, in your meta it's "sounds/misc/heart_beat.wav", while in the script "misc/heart_beat.wav". Link to comment
Paper Posted January 31, 2012 Share Posted January 31, 2012 But i should see an error in the debug script saying the path is not correct Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now