010F

From GTAMods Wiki
Revision as of 15:08, 22 August 2015 by Seemann (talk | contribs) (Created page with "{{Icon|t}} '''IS_WANTED_LEVEL_GREATER''' <hr /> '''Description''' : Checks if the player's current wanted level is greater than the integer value '''Syntax''' : 010F: &nbs...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas IS_WANTED_LEVEL_GREATER


Description

Checks if the player's current wanted level is greater than the integer value

Syntax

010F:   player [player handle] wanted_level > [int]

Parameter

[player handle]
The handle of the player
[int]
An integer value

Native analog

IS_WANTED_LEVEL_GREATER

This opcode compares the player's current wanted level with the given integer value. It can be compared with any integer, but only values from 0 to 5 are effective. The opcode returns true only if the wanted level is greater than the integer value.

Keywords

check, player, current, wanted, level, greater