_MusicName = "EP1_Track02";
_scode = format ['playMusic "%1";', _MusicName];
player setVehicleInit _scode;
processInitCommands;
clearVehicleInit player;
hint "Done the All Players are now hearing music...";
_scode = nil;
_MusicName = nil;
Originally Posted by hottstydd20
how do i get the script that lets you Play music threw the game Or is it not a mod Lol I will rep if u find it Thanks
Step 1: Switch to Side Chat
Step 2: Double Click Caps Lock
Step 3: Play Music
Step 4: Profit???
Originally Posted by crinklymilk
This one works, but needs a working remote exec.
Code:
_MusicName = "EP1_Track02";
_scode = format ['playMusic "%1";', _MusicName];
player setVehicleInit _scode;
processInitCommands;
clearVehicleInit player;
hint "Done the All Players are now hearing music...";
_scode = nil;
_MusicName = nil;
Thank You So much
---------- Post added at 09:03 PM ---------- Previous post was at 09:02 PM ----------
Originally Posted by chickeninabiskit
Step 1: Switch to Side Chat
Step 2: Double Click Caps Lock
Step 3: Play Music
Step 4: Profit???
Haha i have but they see thats its me
---------- Post added at 09:16 PM ---------- Previous post was at 09:03 PM ----------
Ok this is a noob question but How do i or make this work i just started hacking and i have VA Loader
black people aren't white
Originally Posted by RaitoKunRyuk
black people aren't white
Ok this Confused the hell out of me
Originally Posted by hottstydd20
Ok this Confused the hell out of me
How so? 8======D people actually aren't 8=D. What's there to understand? Just like A is not B.
Originally Posted by crinklymilk
This one works, but needs a working remote exec.
Code:
_MusicName = "EP1_Track02";
_scode = format ['playMusic "%1";', _MusicName];
player setVehicleInit _scode;
processInitCommands;
clearVehicleInit player;
hint "Done the All Players are now hearing music...";
_scode = nil;
_MusicName = nil;
do we put the music we want to play in a folder somewhere?
i have no idea i really dont even know where to put the code at
Try finding a way to use Virtual Audio Cable
if you dont know where the exec is going you can give up now! it aint going to get easyer ;D
Originally Posted by w4ssup
do we put the music we want to play in a folder somewhere?
You create your own .sqf file and paste that code into it. Then just execute the same as any other script.