qb-map is my first little resource for QBFramework - a useable item to show Blips on the map
just copy qb-map folder into your [qb] folder and edit the config.lua
in qb-core/shared.lua add the item
['map']= {['name']='map',['label'] = 'Map',['weight'] = 1,['type'] = 'item',['image'] = 'map.png',['unique'] = true,['useable'] = true,['shouldClose'] = true,['combinable']=nil,['description']='A map that shows useful places'},
It's a bit tricky, because you have to find the right Parts in every script. Sometimes there is a CreateThread that sets the default blip and sometimes you can set the config to showBlip=false ...