Blip::color: Difference between revisions

From RAGE Multiplayer Wiki
mNo edit summary
No edit summary
 
Line 13: Line 13:
createdBlip.color = 1;
createdBlip.color = 1;
</syntaxhighlight>
</syntaxhighlight>
</div>


==Blip colors==
==Blip colors==

Latest revision as of 14:40, 28 December 2017

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