🛠️INSTALLATION

Please follow each step carefully so no issues occur with the installation.

1 | Install the resource into your server

Ensure the resource (which can be found on fivem.keymaster.net) is properly installed, checking that all the necessary files have been installed. Additionally, ensure that the script has properly been ensured in the server.cfg, like so:

ensure snazz_trader

Note that Snazz Trader has no dependencies (besides the framework), however, if you want to utilise the QB-Target integration that we've offered, then you will need to download QB-Target.

2 | Configuring the resource

Ensure that you have properly configured the resource, most importantly, choosing the correct framework that you are running. This config line looks like this:

Config.Framework = "qb" -- "qb" or "esx"

Additionally, you may like to add a Discord webhook. To enable it, you will need to enable Config.Discord and go to server/discord.lua and insert your Discord webhook.

configuration file

Config.Discord = false -- Enable or disable discord webhooks (put your webhook in server/discord.lua)

server/discord.lua

-- [[ CHANGE THE DISCORD WEBHOOK ]]
local discordWebhook = ''

Last updated