Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function main()
repeat wait(0) until isSampAvailable()
while true do
wait(0)
if isKeyJustPressed(90) and not sampIsChatInputActive() and not sampIsDialogActive() then
sampSendChat("/usedrugs 3")
end
end
end
function main()
repeat wait(0) until isSampAvailable()
while true do
wait(0)
if isKeyJustPressed(90) and not sampIsChatInputActive() and not sampIsDialogActive() then
sampSendChat("/usedrugs 3")
end
end
end
require "lib.moonloader"
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait(0)
if isKeyJustPressed(0x59) then
sampSendChat(/usedrugs 3)
end
end
end
function main()
repeat wait(0) until isSampAvailable()
while true do
wait(0)
if isKeyJustPressed(90) and not sampIsChatInputActive() and not sampIsDialogActive() then
sampSendChat("/usedrugs 3")
end
end
end