Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local text == 'privet'
function main()
while true do wait(0)
if isKeyJustPressed(88) then -- буква X(англ)
sampSetChatInputEnabled(true)
sampSetChatInputText(text)
end
end
end
local text == 'privet'
function main()
while true do wait(0)
if isKeyJustPressed(88) then -- буква X(англ)
sampSetChatInputEnabled(true)
sampSetChatInputText(text)
end
end
end