local sampev = require 'lib.samp.events'
function sampev.onShowDialog(dialogId, style, title, button1, button2, text)
if text:find('Maverick') then
text = text:gsub('Maverick', '%1 / ауе братва')
return{dialogId, style, title, button1, button2, text}
end
end