Difference between revisions of "018E"

From GTAMods Wiki
Jump to navigation Jump to search
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 018E=1, %1d%
+
| games      = {{Icon|3}} {{Icon|VC}}
| description = Stops a sound with a specific ID.
+
| command    = REMOVE_SOUND
| p1          = Sound ID handle
+
| description = Removes the continuous looping sound effect
| game        = [[GTA 3]], [[Vice City]], [[San Andreas]]
+
| syntax1    = 018E: stop_sound [''sound handle'']
 +
| p1t        = [''sound handle'']
 +
| p1d        = The [[018D|handle of the sound]]
 
}}
 
}}
  
This opcode stops a sound with a specific ID.
+
This opcode removes the continuous looping sound effect created by opcode [[018D]].
  
==Sanny Builder Example==
+
== Keywords ==
<source lang="scm">018E: stop_sound 82@</source>
+
stop, remove, sound, sfx
 
 
==Keywords==
 
stop, sound
 

Latest revision as of 21:44, 18 July 2017

GTA III Vice City REMOVE_SOUND


Description
Removes the continuous looping sound effect
Syntax
018E: stop_sound [sound handle]
Parameter
[sound handle]
The handle of the sound

This opcode removes the continuous looping sound effect created by opcode 018D.

Keywords

stop, remove, sound, sfx