PainedPsyche / cui_character

An advanced character and clothes editor for esx framework that aims to be comfortable to use, hide complexity and blend in with original GTA V interface elements.
73 stars 47 forks source link

[Markers] `z` has infinite distance #21

Closed Jonneis closed 3 years ago

Jonneis commented 3 years ago

For some reason when you go on any marker (cloth/barber/identity/surgery) and you go UP or Down on the marker you can still access the shop, the distance is infinite

YisusOnDev commented 3 years ago

Just toggle to true every useZ flag on GetDistanceBetweenCoords.

-->

GetDistanceBetweenCoords( x1: number, y1: number, z1: number, x2: number, y2: number, z2: number, useZ: boolean <-- true );

<--

Jonneis commented 3 years ago

Thanks mate i know how to do it i just comment it so they will change that i guess we close that since is not big deal.