jimathy / jim_bridge

Framework bridge script
37 stars 17 forks source link

Blip coord should not have vec 3, this causes blips to not be displayed #24

Open instigate77 opened 7 months ago

instigate77 commented 7 months ago

https://github.com/jimathy/jim_bridge/blob/80c357986dbb850eb584eeb8ec3eccd61dd4c979/functions.lua#L230

McKlean commented 4 months ago

What do you mean? All blips are vec3 what else would it be?

They seem to be displaying for us?

DavenportOutlaws commented 4 months ago

Blips use Vec3 (Vector 3) for its positioning (x,y,z) Fivem Native Docs. They also use sprite, setdisplay, setblipcolor, and etc.