đŸŗī¸Blips/Marker

To change blips, refer to the FiveM documentation directly

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

Shared.ShowBlips = true

Shared.MarkerPoster = {
    Type = 28,
    ScaleX = 0.5,
    ScaleY = 0.5,
    ScaleZ = 0.5,
    Red = 144, 
    Green = 238,  
    Blue = 144,
    Alpha = 112
}

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

Shared.BlipsOn = {
    Sprite = 1,
    Scale = 0.9,
    Colour = 2,
    Display = 2,
    ShortRange = false,
    Route = true,
    String = "Poster Location"
}

Shared.Blips = {
    Sprite = 776,
    Scale = 0.9,
    Colour = 2,
    Display = 4,
    ShortRange = true,
    String = "Var-PosterJob"
}

Last updated