010F

From GTAMods Wiki
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]
Integer value
Native analog
IS_WANTED_LEVEL_GREATER

This conditional opcode returns true if the player's current wanted level is greater than the integer value. The wanted level can be compared with any integer value, but only values between 0 and 5 are useful.

Keywords

check, player, current, wanted, level, greater