GTAG - Modding - Opcode Database - 09EB
Opcode Database
09EB
Description | Removes the players Goggles and disables night/heat vision. If the 'use_anim' parameter is set to 1, the player character will visually take the goggles off his head. If not, the goggles will be instantly put into the characters hand. |
---|---|
Parameters (v2) | 1) Player handle (Integer) (INT) 2) Boolean (1 or 0) (INT) |
Games | ![]() |
Category | Animation, Player, Weapon |
San Andreas | |
sascm.ini | 09EB=2,player_take_off_goggles %1d% animate %2h% |
Example | 09EB: player_take_off_goggles $PLAYER_CHAR animate 0 |
Command Name | PLAYER_TAKE_OFF_GOGGLES |