Configuration

Configuration of mVehicleshop v2 Resource

circle-info

You can access to configuration file in the "codem-vehicleshopv2/shared/config.lua ". There some must do in this file so if you don't have any idea you can check out the web for it.

Framework

Select the framework you are using on your server.

Config.Framework = 'autodetect' -- esx, oldesx, qb, oldqb, autodetect

SQL Database

Select the database system you are using on your server.

Config.SQL = "oxmysql" -- oxmysql, ghmattimysql, mysql-async

Language

Select the language of your server.

Config.Locale = 'en' -- en, fr, pt-br, pt-pt, urdu, hu

Default Profile Picture

You can set the default profile picture for employees profiles. If you put your discord bot token it will automaticly get the discord profile photo of the players.


Currency

Type your currency mark you are using on your server.


PDM Fee

Each time players get a vehicle they pay a little amount of PDM Fee. You can adjust the fee amount from here.


Custom Plate And Fee

When players try buy a custom plate they pay a custom plate fee. You can adjust this fee amount from here.

If you don't want to use custom plate feature in this resource you can set this value to false.


Automatic Log Delete

Resource has an automatic log clear system after days to prevent high server log load on your server. You can adjust the log deletion after days parameter from here.


Comissions For Employees

You can adjust the default comission percentage that employees get when they sell a vehicle.


Bossmenu As An Item

If you want your players to access to bossmenu with item you can make this parameter as true.


Admin Moderation

You can set which admin ranks can be able to access vehicleshop's admin menu from here.

circle-exclamation

Order Delivery Time Interval

When an employee orders a vehicle there is an estimated delivery time of the vehicles. This system made for preventing employees to quickly get vehicles from the dockside and refilling their shops stocks. However you can set the " Math.Random " value to 0,0 if you don't want to use this feauture. Or you can make an adjustments.


Salary Payment by Time

You can adjust at how often the players gets their salary in the vehicleshop. Please be aware that players salary is deducted from vehicleshop's vaults.


Vehicleshop Ranks

You can adjust the rank properties from here. These ranks are in the vehicleshop's bossmenu.


Interaction Handler

Select the interaction handler system you are using on your server.


Vehicle Test

You can set a vehicle testing area and vehicle test duration from here.


Blip Settings

You can adjust the vehicleshops blips adjustments from here.


Multiple Vehicle Shops

You can able to put as much as you want vehicleshops to server direclty from config file.


Vehicle Key System

Select you vehicle key system you are using on your server. If you are using your own vehicle key system you can adjust the export paramters in the code as well.


Notifications

You can adjust the each notification paramters from here.

Last updated