GTAG - Modding - Opcode Database - 0594
Opcode Database
0594
Description | Sets the alpha transparency of a distant vehicle. Does not work properly on it's wheels. Any value above 0 and the wheels will be fully visible. Used only once in the San Andreas main.scm as a means of bug evasion. |
---|---|
Parameters (v2) | 1) Vehicle handle (Integer) (INT) 2) Alpha (0 to 255) (INT) |
Games | |
Category | Vehicle |
San Andreas | |
sascm.ini | 0594=2,set_vehicle_lod_alpha %1d% to %2h% |
Example | 0594: set_vehicle_lod_alpha 289@ to 0 |
Command Name | SET_VEHICLE_TO_FADE_IN |
Vice City | |
sascm.ini | 0594=2,set_vehicle_lod_alpha %1d% to %2h% |
Example | 0594: set_vehicle_lod_alpha $1185 to 0 |
Command Name | SET_VEHICLE_LOD_ALPHA |