GTAG - Modding - Opcode Database - 01F7
Opcode Database
01F7
| Description | Sets whether cops should ignore the player regardless of wanted level. |
|---|---|
| Parameters (v2) | 1) Player handle (Integer) (INT) 2) Boolean (1 or 0) (INT) |
| Games | |
| Category | Common, Player |
| Command Name (IV) | SET_POLICE_IGNORE_PLAYER |
| San Andreas | |
| sascm.ini | 01F7=2,set_police_ignore_player %1d% to %2d% |
| Example | 01F7: set_police_ignore_player $PLAYER_CHAR to 1 |
| Command Name | SET_POLICE_IGNORE_PLAYER |
| Vice City | |
| sascm.ini | 01f7=2,set_player %1d% ignored_by_cops_state_to %2b:true/false% |
| Example | 01F7: set_player $player_char ignored_by_cops_state_to 1 |
| Command Name | SET_POLICE_IGNORE_PLAYER |
| GTA III | |
| gtascm.ini | 01f7=2,set_player %1d% ignored_by_cops_state_to %2b:true/false% |
| Example | 01F7: set_player $PLAYER_CHAR ignored_by_cops_state_to 1 |
| Command Name | SET_POLICE_IGNORE_PLAYER |

