đŸŗī¸Blips/Marker

To change blips, refer to the FiveM documentation directly

https://docs.fivem.net/docs/game-references/blips/

Shared.ShowBlips = true

Shared.Blips = {
    Sprite = 73,
    Display = 4,
    Scale = 0.7,
    Colour = 2,
    String = "Var-ClotheShop"
}

Shared.Marker = {
    Type = 0,
    ScaleX = 1.0,
    ScaleY = 1.0,
    ScaleZ = 0.25,
    Red = 53,
    Green = 162,
    Blue = 53,
    Alpha = 112
}

Last updated