Search the Community
Showing results for tags 'sound'.
-
I accidentally plugged off my headfones and now microfon not working in the game.I tried all the stuff like F3,restart the game and even PC.Nothing helped.What should I do??
-
Hello! Need help setting up the car. When editing the handling file.meta, the game crashes with the error ERR GEN INVALID or nothing changes. The second problem is that we don't know how to add our own sounds to the machines. Thank you in advance for the answer, I will be very grateful!
-
Version 1.0.0
355 downloads
Just a simple js-script that let you play every sound in the following list and gives you info about the current sound on the bottom of the screen: https://wiki.rage.mp/index.php?title=Sounds Install: Simply drop the files in your client-packages folder and merge the index.js with your index.js. How to use: Type /s or /sound to activate/deactivate it. Use Left-Arrow, Right-Arrow to navigate trough the sounds. Credits: Thanks to n0minal and his interior Resource with which i learned how to create commands in js. -
Hello, I'm trying to play custom music in game using CEF, but It only works when audio is very short (less then 10s). I'm using .ogg format and this code: function playAudio() { let myAudio = new Audio("sampel.ogg"); myAudio.play(); myAudio.volume = 0.1; } Is there any limit to using custom songs?
