Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
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 wasKeyPressed(VK_X) then
sampSendChat ("agression corp.")
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 wasKeyPressed(VK_X) then
sampSendChat ("agression corp.")
end
end
end