[Release] Esx_Ocean Salvage Job

In this link you can see a bottle of oxygen as it could be implemented in this script?

Config.Uniforms = {

	job_wear = {

		male = {
			['tshirt_1'] = 15, ['tshirt_2'] = 0,
			['torso_1'] = 243, ['torso_2'] = 5,
			['decals_1'] = 0, ['decals_2'] = 0,
			['arms'] = 8,
			['bags_1'] = 43, ['bags_2'] = 2,
			['pants_1'] = 94, ['pants_2'] = 0,
			['shoes_1'] = 67, ['shoes_2'] = 0,
			['glasses_1'] = 26, ['glasses_2'] = 0,
			['helmet_1'] = -1, ['helmet_2'] = 0,
			['chain_1'] = 0, ['chain_2'] = 0,
			['ears_1'] = -1, ['ears_2'] = 0
		},

		female = {
			['tshirt_1'] = 1, ['tshirt_2'] = 0,
			['torso_1'] = 251, ['torso_2'] = 5,
			['decals_1'] = 0, ['decals_2'] = 0,
			['arms'] = 6,
			['pants_1'] = 97, ['pants_2'] = 5,
			['shoes_1'] = 70, ['shoes_2'] = 0,
			['glasses_1'] = 28, ['glasses_2'] = 0,
			['helmet_1'] = -1, ['helmet_2'] = 0,
			['chain_1'] = 0, ['chain_2'] = 0,
			['ears_1'] = -1, ['ears_2'] = 0
		}

	}

}

What reference would I have to put here to assign the oxygen bottle?

the id according to the vMenu is 124 but as I assign in config.lua?

Please help