Hi there,
Got a problem on my Drawmarkers, they all Fly
Any idea on how to put them on the ground ? 
DrawMarker(1, 306.567, -3232.601, 5.86, 0, 0, 0, 0, 0, 0, 2.001, 2.0001, 0.5001, 0, 155, 255, 200, 0, 0, 0, 0)
-- Affiche Marqueur pour faire spawn
if GetDistanceBetweenCoords(306.567, -3232.601, 5.86, GetEntityCoords(LocalPed())) < 1 then
Any help will be welcomed. Thanks 
They are all 1 meter in the air, thats the center of your character, I usually lower the Z value by 1, I do wonder however if they is a setting to βstick to groundβ or something.
1 Like
So in this case, i have to put 4.86 instead of 5.86. Thanks for the advice, Iβll try that and come back to tell if itβs good 
Think that it can help a lot of people 
1 Like
Yup but sometimes -1 is a bit much I adjust by .50 so part of the marker isnβt below ground. But you get the picture 1 maybe on the money. Happens sometimes
1 Like
β-1β on βzβ coord works great for me 
Thnaks for your help guys 
1 Like
Also you can use :
local boolean,groundZ=GetGroundZFor_3dCoord(x,y,z,false);
-- groundZ : is the ground of x , y