Page cover

πŸ—£οΈCommands

This script has a command that job locked pay & spray locations can use in order to charge customers for their services

To edit these commands simply change the relevant information in Config.CoreSettings.Misc.Commands

Misc = { -- misc settings
    ---
    Commands = { -- command settings
        PnsBilling = { -- request tow command
            Command = 'pnsbilling', -- command name
            Description = 'Bill a customer for a pay & spray service', -- command description
        },
    },
},

Last updated