Configuration
Learn how to configure the resource.
Learn how to configure the resource.
Navigate to config.lua inside the resource folder, and look for
Change the ESX to your desired framework. The supported frameworks are:
ESXQBCoreStandaloneTo add a custom framework, you can learn how to create a custom framework here.
Save the file and restart the resource.
config.lua inside the resource folder, and look for
en-US to your desired language. You can find the list of supported languages inside the translations folder. To add a new language, you can copy the en-US.lua file and change the en-US to your desired language code.config.lua inside the resource folder, and look for
allowMultipleUsers - Allow multiple users to use the bench at the same time.isInvincible - Make the player invincible while using the bench (works only if allowMultipleUsers is false)client.lua inside your framework, which is inside the frameworks folder.useCurrentWeapon - Use the current weapon in the player's hand to modify, or show all weapons the player has.showAllWeapons - Show all weapons in the bench menu, even if the player doesn't have them.manualApplyMods - Manually apply the modifications to the weapon.server.lua inside your framework, which is inside the frameworks folder.type to your desired bench type. The supported bench types are:
BenchTypes.ITEM - Use items to modify weapons.BenchTypes.PURCHASE - Pay money to modify weapons.