diff --git a/client/main.lua b/client/main.lua index c4e695c5..65d3c652 100644 --- a/client/main.lua +++ b/client/main.lua @@ -822,7 +822,7 @@ CreateThread(function() if DropsNear ~= nil then for k, v in pairs(DropsNear) do if DropsNear[k] ~= nil then - DrawMarker(2, v.coords.x, v.coords.y, v.coords.z, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3, 0.3, 0.15, 255, 255, 255, 155, false, false, false, 1, false, false, false) + DrawMarker( 20, v.coords.x, v.coords.y, v.coords.z - 0.6, 0, 0, 0, 0, 0, 0, 0.35, 0.5, 0.15, 252, 255, 255, 91, 0, 0, 0, 0) end end end