getLeaders = ""
function samp.onShowDialog(did, style, title, b1, b2, text)
if did == 0 then
print("onShowDialog called")
if text:find("Лидер семьи: {47EB2A}(%w+_%w+){FFFFFF}") then
local getleader = text:match("Лидер семьи: {47EB2A}(%w+_%w+){FFFFFF}")...