Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local vkeys = require 'vkeys'
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyJustPressed(VK_K) then
sampSendChat("/lavka")
end
end
end
local vkeys = require 'vkeys'
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyJustPressed(VK_K) then
sampSendChat("/lavka")
end
end
end