Skip to main content

Categories


Add a new blip category with a custom label. You can create custom categories with index from 12 to 133.
Config.categories = {
    { label = Translate("blip_category_none"),         type = false,          index =  0    },
    { label = Translate("blip_category_company"),      type = "BLIP_PROPCAT", index =  10   },
    { label = Translate("blip_category_clothes"),      type = "BLIP_CAT_12",  index =  12   },
    { label = Translate("blip_category_activity"),     type = "BLIP_CAT_13",  index =  13   },
    { label = Translate("blip_category_cars"),         type = "BLIP_CAT_14",  index =  14   },
    { label = Translate("blip_category_robberies"),    type = "BLIP_CAT_15",  index =  15   },
    { label = Translate("blip_category_tattoos"),      type = "BLIP_CAT_16",  index =  16   },
    { label = Translate("blip_category_store"),        type = "BLIP_CAT_17",  index =  17   },
    { label = Translate("blip_category_parkings"),     type = "BLIP_CAT_18",  index =  18   },
    { label = Translate("blip_category_impound"),      type = "BLIP_CAT_19",  index =  19   },
    { label = Translate("blip_category_restaurants"),  type = "BLIP_CAT_20",  index =  20   },
    { label = Translate("blip_category_publicservice"),type = "BLIP_CAT_21",  index =  21   },
    { label = Translate("blip_category_barber"),       type = "BLIP_CAT_22",  index =  22   },
    { label = Translate("blip_category_housing"),      type = "BLIP_CAT_23",  index =  23   },
    { label = Translate("blip_category_fuelpump"),     type = "BLIP_CAT_24",  index =  24   },
    { label = Translate("blip_category_shops"),        type = "BLIP_CAT_25",  index =  25   },
    { label = Translate("blip_category_dealerships"),  type = "BLIP_CAT_26",  index =  26   },
    { label = Translate("blip_category_renter"),       type = "BLIP_CAT_27",  index =  27   },
    { label = Translate("blip_category_banks"),        type = "BLIP_CAT_28",  index =  28   },
    { label = Translate("blip_category_hotel"),        type = "BLIP_CAT_29",  index =  29   },
}