⚙️Configuration

Configuration guide of the Billing System

Config.lua

STG = {}

STG.Fee = 100
STG.lateFee = true

STG.Jobs = {
    police = {
        Label = "LSPD",
    }
}

STG.Command = "invoice"

Last updated