Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: second track is not operated!  (Read 674 times)

0 Members and 3 Guests are viewing this topic.

Offline goki

  • Members
  • *
second track is not operated!
« on: 10 Nov 2003, 18:07:05 »
Hi ya,

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

Offline Chris Death

  • Former Staff
  • ****
  • Finally Death's gonna get ya
    • OFPEC
Re:second track is not operated!
« Reply #1 on: 11 Nov 2003, 10:55:45 »
errrrrm!

Quote
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
Dont argue with idiots....they will bring you down to their level and beat you there with experience.

How to use Waypoint type Scripted

Offline goki

  • Members
  • *
Re:second track is not operated!
« Reply #2 on: 11 Nov 2003, 14:39:49 »
I made such a stupid error ain't it :)  


Thanxxxxx man :))  


see you :)