Quote:
Originally Posted by wups
Anyway, i think i found a bug. When you set the station to 0 or do Audio_StopRadio, it doesn't let you to turn it back on.
A solution would be muting a radio station, so you could replace them with custom ones.
|
It's not a bug. This is just what the game does when the radio is turned off. If you want to turn it back on, you either need to enter the vehicle again or use Audio_SetRadioStation.
The only way of muting the radio station is adjusting the music volume. However, this is a game setting, which means every value set by the server will be permanently saved. It's not really a feasible option.
Quote:
Originally Posted by RingoRus
Thanks for the release version 0.5
Noticed this message in server_log:
Quote:
*** Audio Plugin: Error binding endpoint for acceptor: Address already in use
|
What it means and how to fix it?
P.S. Sorry for my bad English
|
I'm not exactly sure why this happens to only some people on Linux. Make sure nothing else is occupying the port (including another instance of the server), and if you've stopped the server, try waiting a few minutes before starting it again.
Quote:
Originally Posted by [TF]Death_Ghost
I think this error It's because i have the GTA Sa RIP..
|
Try running a legitimate version of the game!
Quote:
Originally Posted by zuiozuio
now i have another problem.
if i use Audio_Play und then Audio_SetVolume, it start loud and changes the volume after a few second.
can anyone post a little example code, how to change volume correctly?
|
Start the file paused (set the pause parameter to true in Audio_Play), set the volume with Audio_SetVolume, and resume the file with Audio_Resume.