Skip to content

Usable map item that enables blips from config

License

Notifications You must be signed in to change notification settings

CptNoHand/qb-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qb-map

qb-map is my first little resource for QBFramework - a useable item to show Blips on the map

Installation

just copy qb-map folder into your [qb] folder and edit the config.lua

Add the map item

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'},

Optional - disable default Blips

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 ...

About

Usable map item that enables blips from config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages