Installation
Basic installation instructions for Prism Restaurant.
Asset download
INFO
Download the asset from your CFX portal. The installed resource folder should be named prism_restaurant.
Dependencies
Install and start these resources before Prism Restaurant:
oxmysqlox_libox_inventoryox_target
Example server.cfg order:
ini
ensure oxmysql
ensure ox_lib
ensure ox_inventory
ensure ox_target
ensure prism_restaurantInstall items and images
Copy all item images from Prism Restaurant into ox_inventory:
txt
prism_restaurant/INSTALL/IMAGES/food/* -> ox_inventory/web/images/items/
prism_restaurant/INSTALL/IMAGES/drink/* -> ox_inventory/web/images/items/
prism_restaurant/INSTALL/IMAGES/ingredients/* -> ox_inventory/web/images/items/Then open prism_restaurant/INSTALL/ox_inventory/item.txt and add the items into ox_inventory/data/items.lua.
Required base items:
restaurant_foodrestaurant_drinkrestaurant_ingredientcafe_tablet
Restart
After installing items and images:
ini
restart ox_inventory
restart prism_restaurantEditable files
These files are open in escrow and are safe for server owners to edit:
lua
escrow_ignore {
'client/editable.lua',
'server/editable.lua',
'shared/*.lua',
'locales/*.lua',
}