How to Install Ox Inventory in a QBCore Server [2025]
Автор: Wick
Загружено: 2025-08-17
Просмотров: 3821
Today you are going to learn how to Install Ox Inventoryt in QBCore, please follow the instructions that is shown in the video, It's not that hard LOL!!
Things below is what it used in the Tut, when you get to the part in the video where I use the things below do the same!:
setr inventory:framework "qb"
under Qb-Core Framwork
exec @ox_inventory/config.cfg
convertinventory qb
Overextended: https://overextended.dev/ox_inventory
Oxmysql: https://github.com/overextended/oxmys...
Ox Lib: https://github.com/overextended/ox_li...
Ox Target: https://github.com/overextended/ox_ta...
Ox Inventory: https://github.com/overextended/ox_in...
delete Qb-Weapons, Qb-Shops, Qb-weapons
CREATE TABLE IF NOT EXISTS `gloveboxitems` (
`id` int NOT NULL AUTO_INCREMENT,
`plate` varchar(255) DEFAULT NULL,
`items` json DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `plate` (`plate`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
CREATE TABLE IF NOT EXISTS `stashitems` (
`id` int NOT NULL AUTO_INCREMENT,
`stash` varchar(255) DEFAULT NULL,
`items` json DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `stash` (`stash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
CREATE TABLE IF NOT EXISTS `trunkitems` (
`id` int NOT NULL AUTO_INCREMENT,
`plate` varchar(255) DEFAULT NULL,
`items` json DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `plate` (`plate`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--------------------------------------------------------------
Twitter: https://x.com/wick317x
Donation: https://streamelements.com/wick317/tip
#gta #fivem #qbcorescripts #oxinventory
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: