Skip to content

Commit

Permalink
Update main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrachStack authored Nov 28, 2023
1 parent 2b037b2 commit 327300b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ RegisterCommand("washmoney", function()
end, false)

for _, loc in ipairs(Config.Locations) do
lib.points.new({
local point = lib.points.new({
coords = vector3(loc.x, loc.y, loc.z),
distance = 5,
})
end

function point:nearby()
lib.showTextUI('[E] - Wash Money')
end
Expand Down

0 comments on commit 327300b

Please sign in to comment.