Difference between revisions of "010F"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Revision as of 15:08, 22 August 2015
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]
- [int]
- An integer value
Native analog
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