ShowCase
0.00ms resmon
Config Preview
[1] = {
name = 'LostMC - Garage', -- Blip name on the map
display = 'all', ---- 'none' = Won't show at all
---- 'all' = Shows on both main map and minimap
---- 'main' = Shows on main map only
---- 'minimap' = Shows on main map only
selectable = true, -- Should we allow players to select this blip on map while display = 'all'? (while false, we will it remove from blips list on the map)
gang = 'lostmc',
-- job = 'ambulance',
-- jobgrade = 0,
ganggrade = 0,
sprite = 357, -- Blip type
color = 28, -- Blip color
opacity = 100, -- Blip Opacity (0 - 100)
scale = 0.8, -- Blip scale
shortrange = true, -- While true, we will pin the blip on minimap
flashing = false, -- While true, blip will start flashing
flashinginv = 1, -- While flashing is true, blip flashing invertal (IN SECONDS)
shrink = false, -- While true, blip will shrink slowly (MAY CAUSE HIGH RESMON)
route = false, -- While true, we will set this blip as waypoint route
routecolor = 1, -- While routecolor is true, what is your favorite color for route?
coords = vector3(112.28, 3613.63, 40.27)
},
Features
-
QBCore Ready (OTHER FRAMEWORKS ON THE WAY!)
-
Customizable Blip Name
-
Customizable Blip Display (Show On Map, MiniMap Or Both)
-
Customizable Blip Selecting (You Can Remove Blip From GTA Blips List And Make That UnSelectable)
-
Customizable Blip Type
-
Customizable Blip Color
-
Customizable Blip Opacity (0 - 100, HIGHER VALUE = LOWER TRANSPARENCY)
-
Customizable Blip Job/Job Grade
-
Customizable Blip Gang/Gang Grade
-
Customizable Blip Range (ShortRange Or HighRange, HIGHRANGE WILL PIN BLIP ON MINIMAP)
-
Customizable Blip Flashing Effect
-
Customizable Blip Flashing Effect Timer
-
Customizable Blip Shrink Effect
-
Customizable Blip Route Mode (With This, Blip Will Be Player’s Custom WayPoint)
-
Customizable Blip Route Color
-
Customizable Blip Coords
Depencies
Installation
-
Drag and drop the file in your
resources
folder -
Add this to your server cfg server.cfg
ensure wizard-blips
-
Customize the script as you want!
Customizing
- All config options are easy to understand!