Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 02AB

Opcode Database

02AB

DescriptionSets 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)
Gamessa vc iii
CategoryActor, Common
Command Name (IV)SET_CHAR_PROOFS
San Andreas
sascm.ini02AB=6,set_char_proofs %1d% BP %2d% FP %3d% EP %4d% CP %5d% MP %6d%
Example02AB: set_char_proofs 2@ BP 0 FP 0 EP 1 CP 1 MP 0
Command NameSET_CHAR_PROOFS
Vice City
sascm.ini02ab=6,set_actor %1d% immunities BP %2d% FP %3d% EP %4d% CP %5d% MP %6d%
Example02AB: set_actor 2@ immunities BP 1 FP 1 EP 1 CP 1 MP 1
Command NameSET_CHAR_PROOFS
GTA III
gtascm.ini02ab=6,set_actor %1d% immunities BP %2d% FP %3d% EP %4d% CP %5d% MP %6d%
Example02AB: set_actor $JOEY4_TRIAD1 immunities BP 1 FP 1 EP 1 CP 1 MP 1
Command NameSET_CHAR_PROOFS

<< 02AA

02AC >>