Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function main()
while not isSampAvailable() do wait(0) end
flooder()
while true do
wait(0)
end
end
function flooder()
lua_thread.create(function()
while true do
wait(5000)
sampSendChat('хуй')
end
end)
end
function main()
while not isSampAvailable() do wait(0) end
flooder()
while true do
wait(0)
end
end
function flooder()
lua_thread.create(function()
while true do
wait(5000)
sampSendChat('хуй')
end
end)
end