Difference between revisions of "057B"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|VC}} '''WANTED_STARS_ARE_FLASHING''' <hr /> '''Description''' : Checks if the wanted stars are suspended '''Syntax''' : 057B:   wanted_level_suspended '''Parameter...")
 
(link to related opcode 09D4, better place?)
 
Line 11: Line 11:
  
 
== Keywords ==
 
== Keywords ==
check, wanted, stars, suspended, suspend, flashing, flash
+
check, wanted, stars, suspended, [[09D4|suspend]], flashing, flash
  
 
[[Category:OpCodes]]
 
[[Category:OpCodes]]

Latest revision as of 06:18, 13 January 2015

Vice City WANTED_STARS_ARE_FLASHING


Description

Checks if the wanted stars are suspended

Syntax

057B:   wanted_level_suspended

Parameter

none

This conditional opcode returns true if the wanted stars are suspended, which only happens after you drive into a Pay 'n' Spray while wanted and the wanted stars flash for a while. The original script called this opcode only once to display a help box about the suspended wanted level feature.

Keywords

check, wanted, stars, suspended, suspend, flashing, flash