Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script Meta Key Script (Ultra Advanced)

cfxregame

Gold Elite
Joined
Nov 3, 2021
Messages
319
Reaction score
166,561
Points
361
Location
Newyork
Website
cfx.re
Hello dear VAG users
Today I will share with you the ultra beautiful metal key script
First of all, our inventory ox_inventory is an underutilized infrastructure and I believe that if it improves, it can rival other infrastructures in the market.
This is my personal opinion. I plan to make guides and posts about overextended soon.

Dependencies:
ESX Legacy
ox_inventory
oxmysql
rprogress (If you don't want to use it, you can disable it in the config or change the export in your progress bar.)
Bulletin notification (You can change notifications in config)

Config:




Code:
Config = {}
Config.OnlyRegisteredCars = false
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:
The part to add is ox_inventory/data/items.lua


 
Top