Blip::scale

From RAGE Multiplayer Wiki
Revision as of 11:49, 10 May 2018 by MrPancakers (talk | contribs) (Using old blip template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function is used to change the blip scale.

Syntax

blip.scale = 2;

Example

This will change a blip scale to 2.

Server-Side

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

createdBlip.scale = 2;

See Also