Jump to content
Sign in to follow this  
shrike88

Trouble Adding Sounds to animation

Recommended Posts

Greetings. 

 

Was Having trouble having sounds play when animating components on vehicles. I have tested the sounds by just adding a simple "user action" on the action menu when in the vehicle and the sounds play fine. however with an identical script for animations on stock A3 helicopters to open the doors  I cannot get the sounds to play using this

 

for opening the door

playSound3D[] = {"Vehicledirectory\sounds\open.ogg",1,100};

 

for closing

playSound3D[] = {"Vehicledirectory\sounds\close.ogg",1,100};

 

Like i said executing a script to open the default vehicle doors works, and i added the playsound line afterward.  Is there a reason the playsound3d would not be working ? is this standard ? 

I have also tried several derivatives of this with other information in the array but still no luck

 

 

Thanks

 

Shrike 

 

111_SOG_Shrike_Signature.png

Share this post


Link to post
Share on other sites

i understand this would have to be called on a script, anyone know the correct call and how the array would get set up ? Google is less than helpful on this

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×