Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 02AC

Opcode Database

02AC

DescriptionGives 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)
Gamessa vc iii
CategoryCommon, Vehicle
Command Name (IV)SET_CAR_PROOFS
San Andreas
sascm.ini02AC=6,set_car_proofs %1d% BP %2d% FP %3d% EP %4d% CP %5d% MP %6d%
Example02AC: set_car_proofs 0@ BP 1 FP 1 EP 1 CP 1 MP 1
Command NameSET_CAR_PROOFS
Vice City
sascm.ini02ac=6,set_car %1d% immunities %2d% %3d% %4d% %5d% %6d%
Example02AC: set_car 0@ immunities BP 1 FP 1 EP 1 CP 1 MP 1
Command NameSET_CAR_PROOFS
GTA III
gtascm.ini02ac=6,set_car %1d% immunities %2d% %3d% %4d% %5d% %6d%
Example02AC: set_car $JOEY3_VAN immunities BP 1 FP 1 EP 1 CP 1 MP 1
Command NameSET_CAR_PROOFS

<< 02AB

02AD >>