Closed TarisGN closed 5 years ago
Hi.
For example
OpenMenuGarage(v, "personal", k, "car")
and a little below that find
blip = { text = v.Name, colorId = Config.Blip.color, imageId = Config.Blip.sprite, },
scale = 1.0,
So scale is the size of blip.
add this into your addarea:
blip = { text = "Exemple", colorId = 18, imageId = 51, },
for example
here more details: https://fivemtools-libs.readme.io/docs/addarea
change scale
its not scaleId just scale
Thanks works!!
Anybody know how can we change Blips size (on this resource for sure)?