script_name('Fish Helper')
script_author('..')
script_description('Fish Helper for Diamond RolePlay')
require "lib.moonloader"
require('samp.events').onShowTextDraw = function(id, text)
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
sampAddChatMessage("Здарова братанчики пацанчики", 0xFFFFFF)
if text:match('ЛКМ') then
sampAddChatMessage('отследили текст на экранчике братанчик пацанчик')
while true do
wait(0)
end
end