require('lib.moonloader')
function main()
while not isSampAvailable() do wait(0) end
if isKeyJustPressed(VK_F) and not sampIsChatInputActive() then
sampAddChatMessage('твоё сообщение')
wait(-1)
end
end
в данном случае при нажатие на клавишу F будет выводиться твоё...