require('addon')
local sampev = require 'samp.events'
function sampev.onServerMessage(color,text)
if text:find("__________________________________") then
sendInput('/trmenu')
end
end
function sampev.onShowDialog(id, style, title, button1, button2, text)
if...