GTAG - Modding - Opcode Database - 0433
Opcode Database
0433
| Description | Sets whether the actor is a psychotic killer or not. If so, he will usually go around attacking people. |
|---|---|
| Parameters (v2) | 1) Actor handle (Integer) (INT) 2) Boolean (1 or 0) (INT) |
| Games | |
| Category | Actor, Common |
| San Andreas | |
| sascm.ini | 0433=2,set_char_is_chris_criminal %1d% to %2h% |
| Example | 0433: set_char_is_chris_criminal 50@ to 1 |
| Command Name | SET_CHAR_IS_CHRIS_CRIMINAL |
| Vice City | |
| sascm.ini | 0433=2,set_actor %1d% is_criminal %2d% |
| Example | 0433: set_actor $6891 is_criminal 1 |
| Command Name | SET_CHAR_IS_CHRIS_CRIMINAL |
| GTA III | |
| gtascm.ini | 0433=2,set_actor %1d% criminal_flag %2h% |
| Example | 0433: set_actor $CRIMINAL_FOR_VIGILANTE criminal_flag 1 |
| Command Name | SET_CHAR_IS_CHRIS_CRIMINAL |

