added setpos ammo timer

update
rubin 2 years ago
parent e1c98f5ef4
commit 3ee6808096
  1. 11
      mafia-tools.lua

@ -98,6 +98,17 @@ ammo_timer.loop = function()
end
end
ammo_timer.setpos = function()
repeat
wait(0)
sampSetCursorMode(3)
local x, y = getCursorPos()
config.data.timer_pos.x = x
config.data.timer_pos.y = y
until isKeyDown(1)
sampSetCursorMode(0)
config.save(config.data)
end
-->> 2 MIN TIMER
timer_2min = {}

Loading…
Cancel
Save