@ -844,6 +844,7 @@ stream_checker.textfuncs = {
local id, name, rank, afk = string.match(message, '%[(%d+)%] (.+) {C0C0C0}(.+ %[.+%])(.+)')
local result, ped = sampGetCharHandleBySampPlayerId(id)
if not result and tonumber(id) ~= getLocalPlayerId() then
name = name:gsub("{......}", "")
stream_checker.members[name] = { id = id, rank = rank }
end
return true