GTAG - Modding - Opcode Database - 02AB
Opcode Database
02AB
| Description | Sets the characters immunities. BP = Bulletproof FP = Fireproof EP = Explosion-proof CP = Collision-proof MP = Melee-proof |
|---|---|
| Parameters (v2) | 1) Actor handle (Integer) (INT) 2) Boolean (1 or 0) (INT) 3) Boolean (1 or 0) (INT) 4) Boolean (1 or 0) (INT) 5) Boolean (1 or 0) (INT) 6) Boolean (1 or 0) (INT) |
| Games | |
| Category | Actor, Common |
| Command Name (IV) | SET_CHAR_PROOFS |
| San Andreas | |
| sascm.ini | 02AB=6,set_char_proofs %1d% BP %2d% FP %3d% EP %4d% CP %5d% MP %6d% |
| Example | 02AB: set_char_proofs 2@ BP 0 FP 0 EP 1 CP 1 MP 0 |
| Command Name | SET_CHAR_PROOFS |
| Vice City | |
| sascm.ini | 02ab=6,set_actor %1d% immunities BP %2d% FP %3d% EP %4d% CP %5d% MP %6d% |
| Example | 02AB: set_actor 2@ immunities BP 1 FP 1 EP 1 CP 1 MP 1 |
| Command Name | SET_CHAR_PROOFS |
| GTA III | |
| gtascm.ini | 02ab=6,set_actor %1d% immunities BP %2d% FP %3d% EP %4d% CP %5d% MP %6d% |
| Example | 02AB: set_actor $JOEY4_TRIAD1 immunities BP 1 FP 1 EP 1 CP 1 MP 1 |
| Command Name | SET_CHAR_PROOFS |

