Order Handler

Location of Settings

Go to the 'Order Handler', open 'Runtime_OH' then double click on 'Settings'.

All of the basic settings have a rough explanation stating what they do.

Looking for orderable items? Check this page.

ClaimGui

Settings.ClaimGui = true

Setting this to true will result in players who claim an order seeing a GUI similar to what is below.

To disable it, set ClaimGui to false.

GuiShowUsername

Settings.GuiShowUsername = true

Setting this to true will result in the player's username who placed an order to be shown at the bottom of the ClaimGui.

To disable it, set GuiShowUsername to false.

AutoRemoveOrders

Settings.AutoRemoveOrders = 15 -- Minutes

This setting will automatically remove orders after the specified amount of minutes.

For example, setting this to 15 will result in any orders not completed after 15 minutes will be automatically removed.

MaxItems

Settings.MaxItems = 20

This setting will determine how many individual items can be added to an order.

This is not affected by quantity, this is just how many items can be added.

This cannot be higher than 20 due to technical limitations.

MaxQuantity

Settings.MaxQuantity = 2

This setting will determine how many of each item someone can add to their order.

MaxOrders

Settings.MaxOrders = 20

This setting will determine how many orders a single player can have at once.

We recommend keeping this number low to avoid trollers, such as 1 or 2.

StoreName

Settings.StoreName = "Store Name"

This setting will determine what is shown on the EFT Readers and Receipts.

Last updated