💰azakit_moneywash
Manual Guide
INSTALLATION [ESX/QBCore]
1. Download
Download the repository.
2. Unzip The Folder
Unzip the script folder. Add the azakit_moneywash to your resources folder.
3. Ensure
Add ensure azakit_moneywash to your server.cfg.
ensure azakit_moneywash
CONFIGURATION
4. Configure
Configure the config.lua file present in the resource, with the help of comments to facilitate your configuration. Check: config.lua
5. Create Item
Create the items in your inventory.
['infoticket'] = {
label = 'Info Ticket',
weight = 1,
stack = true,
close = true,
description = nil
},
['moneywashticket'] = {
label = 'Moneywash Ticket 1',
weight = 1,
stack = true,
close = true,
description = nil
},
['moneywashticket2'] = {
label = 'Moneywash Ticket 2',
weight = 1,
stack = true,
close = true,
description = nil
},
['moneywashticket3'] = {
label = 'Moneywash Ticket 3',
weight = 1,
stack = true,
close = true,
description = nil
},
['moneywashlicense'] = {
label = 'Moneywash License 1',
weight = 1,
stack = true,
close = true,
description = nil
},
['moneywashlicense2'] = {
label = 'Moneywash License 2',
weight = 1,
stack = true,
close = true,
description = nil
},
['moneywashlicense3'] = {
label = 'Moneywash License 3',
weight = 1,
stack = true,
close = true,
description = nil
},
6. Fxmanifest
When switching from ESX to QBCore, not only the config.lua but also the fxmanifest.lua file must be modified.
7. Restart Server
Restart your game server and enjoy the system.
Last updated