OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: goki on 10 Nov 2003, 18:07:05
-
Hi ya, (http://www.prz.tu-berlin.de/~alsch/image_archive/icons/person/oldguy_sm.gif)
in my .sqs files I call original tracks from ofp with the commands playMusic "Track15" or playMusic ["Track15", 30]
yet, strangely after playing track 15 for example, I can not play one or more track more! as though I need some sort of refreshment for the operation.
to open the matter;
in my .sqs file expressions are;
playMusic "Track15"
~12
2 fadeMusic 0.0
playMusic "Track4"
~10
2 fadeMusic 0.0
exit
unfortunately, as I said, after the first track I wrote, the second track is not played due to some unknown reason!
-Gokistanis
-
errrrrm!
playMusic "Track15"
~12
2 fadeMusic 0.0
playMusic "Track4"
~10
2 fadeMusic 0.0
exit
You need to turn da volume up again
2 fadeMusic 0.0 = silence
2 fadeMusic 1 = loudness
5 fadeMusic 0.5 = half volume fading in from 0 to 5 seconds
~S~ CD
-
I made such a stupid error ain't it :) (http://www.prz.tu-berlin.de/~alsch/image_archive/icons/person/oldguy_sm.gif)
Thanxxxxx man :)) (http://www.prz.tu-berlin.de/~alsch/image_archive/icons/comic/calvin_and_hobbes.gif)
see you :)