Jump to content

Voice - Changing the Volume


Dealman

Recommended Posts

Hello, am working on a GUI for the Voice Script and it's going fairly well so far. Have gotten most parts of the GUI working, just having some problems with filling the lists for new players - but should have that sorted soon.

The real concern I have is the volume. For some weird reason the voice implemented in MTA is ridiculously low, so low it almost makes it unusable.

I was hoping there might be a way to increase the volume, since the Voice Volume inside Settings only go to 100% and still is extremely quiet, you have to up the MTA Sound for it to become louder - but then, other sounds such as the Race Countdown will become way too loud.

Does anyone know of a good fix for this?

Link to comment

As far as I know, no there isn't a way. I know what you mean about it being quiet, it can be quite a bother.

But as for filling in the lists for new players.

  
function players() 
        guiGridListSetItemText ( playerlist, guiGridListAddRow ( playerlist ), pcolumn, getPlayerName ( source ), false, false ) 
addEventHandler ( "onClientPlayerJoin", root, players ) 
  

Not sure how much you have but remember to take account when a player changes his name to, you'll have to use a for loop for that.

Link to comment

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