TanguyOrtegat / esx_jb_eden_garage2

41 stars 50 forks source link

Change Blip Size ? #51

Closed TarisGN closed 5 years ago

TarisGN commented 5 years ago

Anybody know how can we change Blips size (on this resource for sure)?

iSentrie commented 5 years ago

Hi.

For example

  1. Open esx_jb_eden_garage2_cl.lua
  2. If you want to change personal car blip find: OpenMenuGarage(v, "personal", k, "car") and a little below that find blip = { text = v.Name, colorId = Config.Blip.color, imageId = Config.Blip.sprite, },
  3. In a blip = { section add: scale = 1.0,

So scale is the size of blip.

TanguyOrtegat commented 5 years ago

add this into your addarea: blip = { text = "Exemple", colorId = 18, imageId = 51, },

for example

TanguyOrtegat commented 5 years ago

here more details: https://fivemtools-libs.readme.io/docs/addarea

Duqino commented 4 years ago

Can you help me out pls. I cant figure it out 🈂️ Trying to change the size for all blips to 0.8

Screenshot from Gyazo Screenshot from Gyazo

TanguyOrtegat commented 4 years ago

change scale

Duqino commented 4 years ago

Not sure what you mean with change scale.

I tried 0.1 and still nothing.

Screenshot from Gyazo Screenshot from Gyazo

TanguyOrtegat commented 4 years ago

its not scaleId just scale

Duqino commented 4 years ago

Thanks works!!