GTAG - Modding - Opcode Database - 010F
Opcode Database
010F
| Description | Returns true if the players wanted level is other the specified value. |
|---|---|
| Parameters (v2) | 1) Player handle (Integer) (INT) 2) Integer (INT) |
| Games | |
| Category | Common, Conditional, Player |
| Command Name (IV) | IS_WANTED_LEVEL_GREATER |
| San Andreas | |
| sascm.ini | 010F=2, is_wanted_level_greater %1d% than %2d% |
| Example | 010F: is_wanted_level_greater $PLAYER_CHAR than 0 |
| Command Name | IS_WANTED_LEVEL_GREATER |
| Vice City | |
| sascm.ini | 010f=2, player %1d% wanted_level > %2d% |
| Example | 010F: player $player_char wanted_level > 0 |
| Command Name | IS_WANTED_LEVEL_GREATER |
| GTA III | |
| gtascm.ini | 010f=2, player %1d% wanted_level > %2d% |
| Example | 010F: player $PLAYER_CHAR wanted_level > 0 |
| Command Name | IS_WANTED_LEVEL_GREATER |

