Blip::color: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 1: Line 1:
__NOTC__
__NOTOC__
This function is used to change the blip colour.
This function is used to change the blip colour.



Revision as of 14:25, 28 December 2017

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