- 2,696
- 1,468
Lua:
script_name("F-binder")
require "lib.moonloader" -- VK_F
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do
wait(0)
end
while true do
wait(0)
if isKeyJustPressed(VK_F) then
sampSendChat("/healme")
-- wait(500)
sampSendChat("/reset")
-- wait(700)
sampSendChat("/w 1123113123131313")
end
end
end
Последнее редактирование: