Blip::color

From RAGE Multiplayer Wiki
Revision as of 23:01, 27 December 2017 by Mcfloy (talk | contribs)

This function is used to change the blip colour.

Syntax

blip.color = 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.color = 1;

Blip colors

See Also