Step 3

Database

If you do not install these items to your ESX system you may not be able to use the objects, add them to avoid problems.

INSERT INTO `items` (`name`, `label`, `weight`) VALUES
	('camera', 'Camera', 1),
	('photo', 'Photo', 1),
	('camera_module', 'Camera module', 1),
	('broken_camera', 'Broken Camera', 1)
;

Last updated