require "lib.moonloader"
function main()
while not isSampAvailable() do wait(100) end
while true do wait(0)
if isKeyJustPressed(VK_L) and not sampIsChatInputActive() and not sampIsDialogActive() and not isPauseMenuActive() and not isSampfuncsConsoleActive() then -- не мой код, лень это заменять на проверку активности курсора
sampSendChat("/lock 1") end
end
end
end