GTAG - Modding - Opcode Database - 010A
Opcode Database
010A
| Description | Returns true if the players money is over the specified value. |
|---|---|
| Parameters (v2) | 1) Player handle (Integer) (INT) 2) Integer (INT) |
| Games | |
| Category | Common, Conditional, Player |
| Command Name (IV) | IS_SCORE_GREATER |
| San Andreas | |
| sascm.ini | 010A=2, is_score_greater %1d% than %2d% |
| Example | 010A: is_score_greater $PLAYER_CHAR than 461@ |
| Command Name | IS_SCORE_GREATER |
| Vice City | |
| sascm.ini | 010a=2, player %1d% money > %2d% |
| Example | 010A: player $player_char money > 1000 |
| Command Name | IS_SCORE_GREATER |
| GTA III | |
| gtascm.ini | 010a=2, player %1d% money > %2d% |
| Example | 010A: player $PLAYER_CHAR money > 499999 |
| Command Name | IS_SCORE_GREATER |

