You can easily configure or add a new store to our script by accessing the following directory: brnx-iceorinksystem/modules/shared/config.lua. This file provides all the necessary options for customization, ensuring a seamless integration tailored to your needs.
2
Create control
How to Configure the Store System
The config.store defines shop points where players can buy tickets and ice skates.
🔧 Structure:
1. enabled
Enables or disables the entire store system.
brnx-iceorinksystem/modules/shared/config.lua
enabled = true
2. config
Defines custom descriptions for each shop (used in UI).
brnx-iceorinksystem/modules/shared/config.lua
config = {
['reception'] = {
description = 'Here you can buy tickets and equipment to have fun on our skating rink.'
},
['skates'] = {
description = 'Here you can buy tickets and equipment to have fun on our skating rink.'
}
}
3. items
Specifies the items for sale in each store. Each item includes: