Home   Help Search Login Register  

Author Topic: PBO : script.sqs->Playsound  (Read 880 times)

0 Members and 1 Guest are viewing this topic.

Aeon

  • Guest
PBO : script.sqs->Playsound
« on: 01 Nov 2002, 20:00:47 »
I have an addon .pbo, inside there is a script.sqs, I can execute the script from EventHandlers new class in cpp or by writing exec command in the init field when edit mission. The script contain the command "Playsound" or "Playmusic", how could I determine the path to read the sound file?
I don't want to use external file such description.ext, everything must be inside the pbo. And I can't use sound[],soundHit[],etc...

Any suggestion?