Page cover

πŸ—£οΈCommands

  • This script has some commands that players and admins can use for various things

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


Commands = { -- define settings for various commands
    Finance = { -- finane menu
        name = 'vehfinance', -- command name
        description = 'Check your financed vehicles and make a payment', -- command description
    },
    Admin = { -- admin menu
        name = 'vehshopadmin', -- command name
        description = 'Vehicle Shop Admin Menu (View/Adjust Stock)', -- command description
    },
    SellToPlayer = { -- sell a vehicle to a player
        name = 'sellvehtoplayer', -- command name
        description = 'Sell a vehicle to another player', -- command description
    },
    CancelMission = { -- cancel stock mission
        name = 'cancelstockmission', -- command name
        description = 'Cancels your current stock supply mission', -- command description
    },
},

Last updated