0 Takip Edilen
0 Takipçi
ManStar
Uye

27 Nis 2022

5 Mesaj

1 Tepki

0 Çözüm

1

İlk Mesaj

Ödülü yok!

Ödülü yok!

Ödülü yok!

Ödülü yok!
- Virus total
- https://github.com
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:
Usage:
The part to add is ox_inventory/data/items.lua
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:
Kod:
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
Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.