Namespace: GRAPHICSAPI set: clientGame: gta5editImprove _SET_CHECKPOINT_ICON_HEIGHT
0x4B5B4DA5D79F1943
0x80151CCF
// SetCheckpointIconHeight
void _SET_CHECKPOINT_ICON_HEIGHT(int checkpoint, float height_multiplier);
This multiplies the height of the icon inside a checkpoint with the default height of about 2 units above the checkpoint's coordinates.
Old name: _SET_CHECKPOINT_SCALE
Examples:
local checkpoint = CreateCheckpoint(...)
SetCheckpointIconHeight(checkpoint, 2.0) -- places the icon two times as high as the default.