Installation

  1. Download Resource

    • Download the purchased resource from keymaster, FiveM's official hub for downloading purchased resources

  2. Install Dependencies

ResourceDownload Link

ox_lib

  1. Install items

Items

ox_inventory

	['scale'] = {
		label = 'Scale',
		weight = 1,
	},

Other inventories

INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('scale', 'Scale', 1, 0, 1);
Images

Drag images from _INSTALL FIRST/items/images into your inventory's images

Last updated