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