![[ESX/QB] ItemBlips - Custom Blips revealing after item usage! main image](https://forum-cfx-re.akamaized.net/optimized/4X/8/5/c/85c8823503341f99b2a35015d059a468978e9343_2_690x388.jpeg)
![[ESX/QB] ItemBlips - Custom Blips revealing after item usage! thumbnail 1](https://forum-cfx-re.akamaized.net/optimized/4X/8/5/c/85c8823503341f99b2a35015d059a468978e9343_2_690x388.jpeg)
![[ESX/QB] ItemBlips - Custom Blips revealing after item usage! thumbnail 2](https://forum-cfx-re.akamaized.net/optimized/4X/0/9/7/097e7c6fe6850742bd171ffedb177be00a93be60_2_517x150.png)
![[ESX/QB] ItemBlips - Custom Blips revealing after item usage! thumbnail 3](https://forum-cfx-re.akamaized.net/optimized/4X/a/d/f/adf45b6894398a30bae9b9c76b8d2908967bbc56_2_517x150.png)
![[ESX/QB] ItemBlips - Custom Blips revealing after item usage! thumbnail 4](https://forum-cfx-re.akamaized.net/optimized/4X/e/5/f/e5fad8654f008433e90ea04991d8cff3ac13dbc0_2_517x150.png)
Price
UnknownA script by gpScripts
Price
UnknownHey guys!
With this script blips are marked on the map after using a certain item!
Very cool to start events or to keep certain routes secret.
With this you can give your server a new adventure touch!
You can create as many items with blips as you want.
Each item can contain as many blips as you need and each blip can be customized!
A timer can decide for each item, how long the corresponding blips should be visible.
Item can be automatically removed after usage if you like to.
ESX and QB-Core ready
----------------------------------------------------------------
Config = {}
----------------------------------------------------------------
-- Framework setting --
Config.Framework = "QB" -- "ESX", "QB"
----------------------------------------------------------------
Config.BlipItems = {
["tressure"] = {
removeItemOnUsage = true,
coordList = {
{
coord = vector3(785.2, 1711.24, 176.32),
display = "Tressure 1",
blip = 51,
color = 5,
scale = 0.8,
},
{
coord = vector3(885.2, 1711.24, 176.32),
display = "Tressure 2",
blip = 51,
color = 5,
scale = 0.8,
}
},
active = false, -- dont touch this!
blipList = {}, -- dont touch this!
-----------------------------------------
useTimer = true,
timerActive = false, -- dont touch this!
time = 10000, -- timer length in ms
remaingTime = 0 -- dont touch this!
},
}
----------------------------------------------------------------
-- Simple Debug function --
Config.useDebug = true
Config.debug = function(msg)
if Config.useDebug then
print("[DEBUG] " .. msg)
end
end
-- Function to customize the client notify style --
Config.clientNotify = function(header, msg, timer, type)
SetNotificationTextEntry('STRING')
AddTextComponentString(msg)
DrawNotification(0, 1)
--exports['okokNotify']:Alert(header, msg, timer, type)
end
----------------------------------------------------------------
➥ Have a look at my other Scripts
[ESX/QB] Clothingshop, Wardrobe, IngameCreator and more!
[ESX/QB] Christmas Advent Calendar
[ESX/QB] Insurance & Membershipsystem
[ESX/QB] Advance Tax-System
[ESX/QB] EmergencyPhone - Leitstellensystem
[ESX/QB] Visa-/Visumsystem
[ESX/QB] Duty Blips - See which business is online!
[ESX] Business Cards
[ESX] Random Dealer
[ESX] Simcards
[ESX] noHUD Notify
[ESX] Vehicle Tracker (with Police functions)
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | 300 |
Requirements | ESX or QB-Core |
Support | Yes |
No approved reviews found for this script yet.