Installation

  1. Download the purchased resource from keymaster or cfx portals - the official site of fivem with purchased resources.

  2. Unzip the g-order-system

  3. Create a Folder - In your resources directory, create a new folder and name it [g-scripts]if it has not already been created.

  4. Drag g-order-system in to [g-scripts]

Arrangement

Add this line in your server.cfg file

ensure [g-scripts]

Frameworks Compatibility

Automatic Framework Detection

Dependencies & Direct Links

The script automatically detects the framework you're using—no manual setup is required.

Supported Frameworks

  • QBCore

  • QBox

  • ESX (v1.11.0 or newer)

Database

Automatic SQL Insertion

If you enable Config.AutoImportSQL in [g-order-system/src/shared/Config.lua], the script will automatically insert the required SQL when the resource starts. Once the SQL has been added successfully, you can set this option to false.

Manual SQL Insertion

If you prefer to add the SQL manually, the necessary queries are available in the g-adv-paycheck/sqls folder.

Inventory Items Images

  1. All inventory item images for g-order-system can be found in the following directory: g-order-system/_INSTALL/inventoryimages

Inventory items

["pos_tablet"] = {
	label = "Order Tablet",
	weight = 1200,
	stack = false,
	close = true,
},
["pos_receipt"] = {
	label = "Receipt",
	weight = 20,
	stack = false,
	close = true,
},

Last updated