GTAG - Modding - Opcode Database - 02AC
Opcode Database
02AC
| Description | Gives vehicle the specified immunities. BP = Bulletproof FP = Fireproof EP = Explosion-proof CP = Collision-proof MP = Melee-proof |
|---|---|
| Parameters (v2) | 1) Vehicle 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 | Common, Vehicle |
| Command Name (IV) | SET_CAR_PROOFS |
| San Andreas | |
| sascm.ini | 02AC=6,set_car_proofs %1d% BP %2d% FP %3d% EP %4d% CP %5d% MP %6d% |
| Example | 02AC: set_car_proofs 0@ BP 1 FP 1 EP 1 CP 1 MP 1 |
| Command Name | SET_CAR_PROOFS |
| Vice City | |
| sascm.ini | 02ac=6,set_car %1d% immunities %2d% %3d% %4d% %5d% %6d% |
| Example | 02AC: set_car 0@ immunities BP 1 FP 1 EP 1 CP 1 MP 1 |
| Command Name | SET_CAR_PROOFS |
| GTA III | |
| gtascm.ini | 02ac=6,set_car %1d% immunities %2d% %3d% %4d% %5d% %6d% |
| Example | 02AC: set_car $JOEY3_VAN immunities BP 1 FP 1 EP 1 CP 1 MP 1 |
| Command Name | SET_CAR_PROOFS |

