Society Payments

Smart Fires has the ability to provide a society payment each time a fire is put out in-game.

To begin configuring this, head to the societyPayments section of the config.lua file.

societyPayments = {
        qbBanking = false,
        okok = false,
        qbManagement = false,
        qbBossMenu = false,
        esxAddonAccount = false,
        societyName = "firefighters",
        amountPerFire = {3000, 7000} -- Random number between 3k and 7k
    },

Here you can enable society payments for qbBanking, okok banking, qbManagement, qbBossMenu and esxAddonAccount. If you want to integrate a different society payment system, you can do this yourself in the sv_utils.lua file, or suggest a new integration here.

Within this configuration section, you can also set the society name and the maximum/minimum amount per fire, in which the resource will select a random amount within the two.

Last updated