Blip::sprite

From RAGE Multiplayer Wiki
Revision as of 11:27, 26 October 2018 by Rootcause (talk | contribs) (Replaced HTML with template)

This function is used to change the blip sprite.

Syntax

blip.sprite = 40;

Example

This will change a blip to a house.

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

createdBlip.sprite = 40;

Blip sprites

See Also