Skip to content

Commit

Permalink
Merge pull request #7 from evanillaa/patch-1
Browse files Browse the repository at this point in the history
DrawMarker updated
  • Loading branch information
loljoshie authored Dec 16, 2021
2 parents 6170ccb + 1b18ab7 commit f290e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f290e7c

Please sign in to comment.