Jump to content

Sounds.


#DaMiAnO

Recommended Posts

Posted

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: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\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 ?

  • 2 months later...
Posted

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
Posted
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:

Posted

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) 

Posted
<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> 

Posted

That's because, in your meta it's "sounds/misc/heart_beat.wav", while in the script "misc/heart_beat.wav".

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...