local event = require('lib.samp.events')
function main()
while not isSampAvailable() do wait(0) end
while true do wait(0)
end
end
function event.onShowTextDraw(textdrawId, textdraw)
if string.match(textdraw.text, 'hello') then
sampSendChat('Ку')
end
end