Author Topic: [Client] Auto Stereo  (Read 2148 times)

Auto Stereo

What is This:
Auto stereo is pretty much just a keybind that opens up the Stereo GUI on servers!

Why Download:
Its perfect for Speedkart when you want to open the Stereo and choose your song fast.
Plus its only 592 Bytes.

Link:
Right here!

Thanks for downloading!


This isn't what I meant. I meant that when you press a key, it will play the last played song on /stereo. You can do this without this mod easily.

This isn't what I meant. I meant that when you press a key, it will play the last played song on /stereo. You can do this without this mod easily.

Awwww, you made me sad :c


This isn't what I meant. I meant that when you press a key, it will play the last played song on /stereo. You can do this without this mod easily.
Kinda selfish :L
seriously, all you need to do is set copy to on in the gui, then whenever you want music, just press a key and click.

Can you please provide some sort of video to present an example?

Can you please provide some sort of video to present an example?
It opens up the music GUI, like when you type /stereo in a vehicle on a server that has the stereo mod.

Code: [Select]
$remapDivision[$remapCount] = "Auto Stereo";
 $remapName[$remapCount] = "Open Stereo";
 $remapCmd[$remapCount] = "AutoStereo";
 $remapCount++;

function AutoStereo()
{

    commandToServer('Stereo');

}

For people confused; this is so that you don't have to type /stereo every time you want to see the music menu, you can just bind it to something, pretty nifty.