- Search solely owned automobiles (you possibly can allow this in config)
- Clear UI made with tailwind
- Straightforward to make use of
- A number of languages
- Low utilization (from 0.01ms to max 0.04ms)
Config = {}
Config.OnlyRegisteredCars = false -- If true solely vehicles in owned_vehicles desk could possibly be looked for key
Config.UseProgressBar = true
Config.Locale="en"
operate Notification(kind, textual content)
if kind == 'success' then
exports.bulletin:SendSuccess(textual content, 3000, 'bottomleft', true)
elseif kind == 'error' then
exports.bulletin:SendError(textual content, 3000, 'bottomleft', true)
elseif kind == 'information' then
exports.bulletin:SendInfo(textual content, 3000, 'bottomleft', true)
finish
finish
operate Progress(textual content,time)
if Config.UseProgressBar then
exports.rprogress:Begin(textual content, 1500)
finish
finish
Utilization
Add this to your linden_inventory/shared/objects.lua
['car_keys'] = {
label="Automotive keys",
weight = 0.125,
stack = true,
shut = true,
consumer = {
usetime = 0,
occasion="Enhance-Locksystem:LockUnlock"
}
},
Get it right here !