mrjohndowe / SecretBlips

FiveM Script - Make Blips visible with an Item

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SecretBlips

FiveM Script - Make Blips visible with an Item

FiveM Forum: https://forum.cfx.re/t/release-esx-secretblips-make-blips-visible-with-an-item/4795682

Discord Support: https://discord.gg/5hHSBRHvJE

Description

  • You can set the Item you want to use.
  • You can set the Blips that you want to show after using the item.

Config

Config = {}
----------------------------------------------------------------
Config.Locale = 'de' -- 'de', 'en'
Config.VersionChecker = true
Config.Debug = true
----------------------------------------------------------------
Config.Framework = 'ESX' -- Set to 'ESX' or 'QBCore' || If 'nil', the Script won't work.
----------------------------------------------------------------
-- Only works for ESX Framework, not for QBCore yet.
Config.RemoveItem = true -- Set this to 'false' if you don't want to remove blips after you removed the item form you inventory.
----------------------------------------------------------------
Config.EnableBlipTime = false -- Set to 'true' if you want to remove blips after time.
Config.BlipTime = 60 -- in seconds // After this time the blips will be removed.
----------------------------------------------------------------
Config.DrugItem = "drug_map" -- Set your Item here then insert into your database.
Config.SecretBlips = { -- Add your Blips here
	{x = -623.44, y = -823.08, z = 25.25, display = "Blipname", blip = 51, color = 5, scale = 0.8},
}

Requirements

My other Scripts

License

GNU General Public License v3.0

About

FiveM Script - Make Blips visible with an Item

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%