local on = require "lib.samp.events"
function on.onShowDialog(did, style, title, b1, b2, text)
if text:find(sampGetPlayerNickname(select(2, sampGetPlayerIdByCharHandle(PLAYER_PED)))..'%[%d+%]%c(%d+)') then
print(text:match(sampGetPlayerNickname(select(2,sampGetPlayerIdByCharHandle(PLAYER_PED)))..'%[%d+]%c(%d+)'))
end
end