Difference between revisions of "CANCEL MUSIC EVENT"

From GTAMods Wiki
Jump to navigation Jump to search
(Plays a internal music file)
 
(One intermediate revision 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"
 
}}
 
}}
  
Start the music using http://www.gtamodding.com/index.php?title=TRIGGER_MUSIC_EVENT
+
Start the music using [[TRIGGER_MUSIC_EVENT]]
  
<h2>Some examples from</h2>
+
==Examples==
<ul>
+
* AH1_RESTART
<li>amenian3.txt</li>
+
* AH1_FAIL
</ul>
+
* AH1_BACK_IN_CAR
 
+
* AH1_STOP
<h4> Originally listed by ricci07/TheVideoVolcano</h4>
+
* AH1_START
<h2>Please continue listing here</h2>
+
Taken from ''amenian3.txt''
<ul>
 
<li>"AH1_RESTART"</li>
 
<li>"AH1_FAIL"</li>
 
<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