010F
Revision as of 07:38, 7 November 2016 by Spaceeinstein (talk | contribs)
- 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.