Announcement

Collapse
No announcement yet.

SetSound3DLocation Not Working At all

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SetSound3DLocation Not Working At all

    Hi, I have a little problem here, When I create a 3D sound, Its working but when I call the function SetSound3DLocation to update the 3D sound location, nothing happen. For information, yes my while loop work. Thanks for help!


    xveh, yveh, zveh = GetVehicleLocation(veh)
    sirenwailsound = CreateSound3D("zeptepprod/job/police/sirensystem/sound/siren_wail.wav", xveh, yveh, zveh, 3000)
    while( isPressedWail == true ) do
    xveh1, yveh1, zveh1 = GetVehicleLocation(veh)
    SetSound3DLocation("sirenwailsound", xveh1, yveh1, zveh1)
    end

    #2
    It's a known issue, Talos said it'd be fixed in the next update (10.0.3).

    Comment


      #3
      Perfect thanks for the answer buddy

      Comment

      Working...
      X