GTAG - Modding - Opcode Database - 04CE
Opcode Database
04CE
Description | Adds a sprite blip for the specified coordinates. This blip is only visible on the radar when in range. |
---|---|
Parameters (v2) | 1) X Coord (Float) (FLOAT) 2) Y Coord (Float) (FLOAT) 3) Z Coord (Float) (FLOAT) 4) Blip sprite ID (Integer) (INT) 5) (Returned) Blip handle (Integer) (INT) |
Games | |
Category | Common, Creation, Marker |
San Andreas | |
sascm.ini | 04CE=5,add_short_range_sprite_blip_for_coord %1d% %2d% %3d% sprite %4d% store_to %5d% |
Example | 04CE: add_short_range_sprite_blip_for_coord 2447.364 -1974.496 12.5469 sprite 18 store_to $MARKER_EMMETS_GUN |
Command Name | ADD_SHORT_RANGE_SPRITE_BLIP_FOR_COORD |
Vice City | |
sascm.ini | 04CE=5,%5d% = create_icon_marker_without_sphere %4d% at %1d% %2d% %3d% |
Example | 04CE: $433 = create_icon_marker_without_sphere 16 at $531 $532 $533 |
Command Name | ADD_SHORT_RANGE_SPRITE_BLIP_FOR_COORD |