Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
LoopSound
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: LoopSound (Read 499 times)
0 Members and 1 Guest are viewing this topic.
sgtGunneryHighway
Guest
LoopSound
«
on:
24 Dec 2002, 09:12:13 »
i have a motor sound sample and i wanna play it in loop and stop it when somebody turn off the machine
how can i do that?
if someone know plz post ;D
Logged
sgtGunneryHighway
Guest
Re:LoopSound
«
Reply #1 on:
25 Dec 2002, 16:15:08 »
:'(
Logged
mpbm
Guest
Re:LoopSound
«
Reply #2 on:
26 Dec 2002, 21:57:35 »
IÂ'm not sure but iÂ'll try to help:
Make a script; something like this:
#loop
command_to_play_your_sound
test_if_machine_is_off
: goto "off"
goto "loop"
#off
exit
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
LoopSound
Top of page