ESX Boost’s Lock system with metadata

Log in

or Log in using
If a link does not work anymore, please report it!

SP LEAKS

Forum Manager
Admin
Staff
MVIP+
Legend
Senior Member
Super Member
Member
Active
Jan 9, 2021
417
330,291
693
discord.gg
Pseudo
SP
preview



features

  • Search only owned vehicles (you can enable this in config)
  • Clean UI made with tailwind
  • Easy to use
  • Multiple languages
  • Low usage (from 0.01ms to max 0.04ms)

dependencies


config

Code:
Config = {}
Config.OnlyRegisteredCars = false -- If true only cars in owned_vehicles table could be searched for key
Config.UseProgressBar = true
Config.Locale = 'en'


function Notification(type, text)
    if type == 'success' then
        exports.bulletin:SendSuccess(text, 3000, 'bottomleft', true)
    elseif type == 'error' then
        exports.bulletin:SendError(text, 3000, 'bottomleft', true)
    elseif type == 'info' then
        exports.bulletin:SendInfo(text, 3000, 'bottomleft', true)
    end
end

function Progress(text,time)
    if Config.UseProgressBar then
        exports.rprogress:Start(text, 1500)
    end
end
Usage
Add this to your linden_inventory/shared/items.lua
Code:
['car_keys'] = {
        label = 'Car keys',
        weight = 0.125,
        stack = true,
        close = true,
        client = {
            usetime = 0,
            event = 'Boost-Locksystem:LockUnlock'
        }
    },

Get it here !

 

nukepug

Jr Member I
Active
Dec 30, 2021
7
1
3
Pseudo
nukepug
preview



features

  • Search only owned vehicles (you can enable this in config)
  • Clean UI made with tailwind
  • Easy to use
  • Multiple languages
  • Low usage (from 0.01ms to max 0.04ms)

dependencies


config
Code:
Config = {}
Config.OnlyRegisteredCars = false -- If true only cars in owned_vehicles table could be searched for key
Config.UseProgressBar = true
Config.Locale = 'en'


function Notification(type, text)
    if type == 'success' then
        exports.bulletin:SendSuccess(text, 3000, 'bottomleft', true)
    elseif type == 'error' then
        exports.bulletin:SendError(text, 3000, 'bottomleft', true)
    elseif type == 'info' then
        exports.bulletin:SendInfo(text, 3000, 'bottomleft', true)
    end
end

function Progress(text,time)
    if Config.UseProgressBar then
        exports.rprogress:Start(text, 1500)
    end
end
Usage
Add this to your linden_inventory/shared/items.lua
Code:
['car_keys'] = {
        label = 'Car keys',
        weight = 0.125,
        stack = true,
        close = true,
        client = {
            usetime = 0,
            event = 'Boost-Locksystem:LockUnlock'
        }
    },

Get it here !

[Hidden content]
thanka
 

silthusatomix

Jr Member I
Aug 27, 2023
1
0
1
preview



features

  • Search only owned vehicles (you can enable this in config)
  • Clean UI made with tailwind
  • Easy to use
  • Multiple languages
  • Low usage (from 0.01ms to max 0.04ms)

dependencies


config
Code:
Config = {}
Config.OnlyRegisteredCars = false -- If true only cars in owned_vehicles table could be searched for key
Config.UseProgressBar = true
Config.Locale = 'en'


function Notification(type, text)
    if type == 'success' then
        exports.bulletin:SendSuccess(text, 3000, 'bottomleft', true)
    elseif type == 'error' then
        exports.bulletin:SendError(text, 3000, 'bottomleft', true)
    elseif type == 'info' then
        exports.bulletin:SendInfo(text, 3000, 'bottomleft', true)
    end
end

function Progress(text,time)
    if Config.UseProgressBar then
        exports.rprogress:Start(text, 1500)
    end
end
Usage
Add this to your linden_inventory/shared/items.lua
Code:
['car_keys'] = {
        label = 'Car keys',
        weight = 0.125,
        stack = true,
        close = true,
        client = {
            usetime = 0,
            event = 'Boost-Locksystem:LockUnlock'
        }
    },

Get it here !

[Hidden content]
 
If a link does not work anymore, please report it!
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock