Blip::color

From RAGE Multiplayer Wiki
Revision as of 21:38, 27 December 2017 by Mcfloy (talk | contribs) (Mcfloy moved page Blip::colour to Blip::color)

This function is used to change the blip colour.

Syntax

blip.colour = 1;

Example

This will change a blip to the colour red.

Server-Side
let createdBlip = mp.blips.new(140, new mp.Vector3(0, 0, 0));

createdBlip.colour = 1;

Blip colours

See Also