Blip::color

From RAGE Multiplayer Wiki

Property related to the Blip's color.

Syntax

blip.color = 1;

Example

This will change a blip to the color red.

Server-Side

let createdBlip = mp.blips.new(140, new mp.Vector3(0, 0, 0));
createdBlip.color = 1;

Blip colors

See Also