Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local vkeys = require 'vkeys'
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if isKeyJustPressed(vkeys.VK_L) then
sampProcessChatInput('/lock')
end
end
end
local vkeys = require 'vkeys'
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if isKeyJustPressed(vkeys.VK_L) then
sampProcessChatInput('/lock')
end
end
end
local vkeys = require 'vkeys'
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if isKeyJustPressed(vkeys.VK_L) then
sampProcessChatInput('/lock')
end
end
end
require 'lib.moonloader'
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if isKeyJustPressed(VK_L) then
sampSendChat('/lock')
end
end
end