Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
require 'lib.moonloader'
function main()
while true do wait(0)
if wasKeyPressed(VK_K) and not sampIsCursorActive() then
sampSendChat('/key')
end
end
end
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyJustPressed(VK_K) and not sampIsCursorActive() and isCharInAnyCar(1) then
sampSendChat("/key")
end
end
end
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyJustPressed(VK_K) and not sampIsCursorActive() and isCharInAnyCar(1) then
sampSendChat("/key")
end
end
end