function sampev.onServerMessage(color, text)
if text:find('current gz index: (.+)') and color == -16776961 then
gz = text:match('current gz index: (.+)')
return false
end
return not ((text:find('E_CURRENT_AREA_TYPE_INDEX') or text:find('E_AREA_TYPE_ID')) and color == -16776961)
end