Difference between revisions of "CANCEL MUSIC EVENT"

From GTAMods Wiki
Jump to navigation Jump to search
(Stops and internal music file playing)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
|np=1
 
|np=1
 
|p1t=String
 
|p1t=String
|p1d=Audio file to stop, e.g "AH1_RESTART"
+
|p1d=Music file to stop, e.g "AH1_RESTART"
 
}}
 
}}
  
<h2>Some examples from</h2>
+
Start the music using [[TRIGGER_MUSIC_EVENT]]
<ul>
 
<li>amenian3.txt</li>
 
</ul>
 
  
Start the music using http://www.gtamodding.com/index.php?title=TRIGGER_MUSIC_EVENT
+
==Examples==
 
+
* AH1_RESTART
<h4> Originally listed by ricci07/TheVideoVolcano</h4>
+
* AH1_FAIL
<h2>Please continue listing here</h2>
+
* AH1_BACK_IN_CAR
<ul>
+
* AH1_STOP
<li>"AH1_RESTART"</li>
+
* AH1_START
<li>"AH1_FAIL"</li>
+
Taken from ''amenian3.txt''
<li>"AH1_BACK_IN_CAR"</li>
 
<li>"AH1_STOP"</li>
 
<li>"AH1_START"</li>
 
</ul>
 

Latest revision as of 09:09, 30 April 2015

CANCEL_MUSIC_EVENT
Number of parameters: 1
Parameter #TypeDescription
1.StringMusic file to stop, e.g "AH1_RESTART"
Return value:
TypeDescription
None

Start the music using TRIGGER_MUSIC_EVENT

Examples

  • AH1_RESTART
  • AH1_FAIL
  • AH1_BACK_IN_CAR
  • AH1_STOP
  • AH1_START

Taken from amenian3.txt