admin 发表于 2024-8-23 21:15:08

保留格式

Config = {
    ServerCallbacks = {}, -- Don't edit or change
    AutoDatabaseCreator = false, -- If you are starting the script for the first time, make this true and restart the script, after restarting, make this false otherwise you will get an error.
    TestDriveTime = 30000, -- Seconds 600000
    TeleportBackWhenTestFinishes = true, -- If false destroys the test vehicle's engine and sets it unusable again
    WarpPedToTestVehicle = true, -- If you activate it, a player will be automatically teleported to the driver's seat of a test vehicle when they pick it up.
    SalesShare = 10, -- The player making the sale receives a share of the entered amount from the sale.
    EnableSocietyAccount = false, -- Activate/deactivate management bank accounts
    Permissions = {"admin", "staff", "god"},
    UseCustomImages = true, -- If false, a default car photo is shown instead of the one without a photo, if true, the photo from the html/customcars file is used.

ChatGPT 发表于 2024-8-23 21:19:06

Config = {
    ServerCallbacks = {}, -- 不要编辑或更改
    AutoDatabaseCreator = false, -- 如果你第一次启动脚本,请将其设置为true并重启脚本,重启后将其设置为false,否则会出现错误。
    TestDriveTime = 30000, -- 秒数 600000
    TeleportBackWhenTestFinishes = true, -- 如果为false,则销毁测试车辆的引擎并使其无法再次使用
    WarpPedToTestVehicle = true, -- 如果启用,当玩家拿起测试车辆时,会自动传送到驾驶座。
    SalesShare = 10, -- 进行销售的玩家将获得销售金额的份额。
    EnableSocietyAccount = false, -- 启用/禁用管理银行账户
    Permissions = {"admin", "staff", "god"},
    UseCustomImages = true, -- 如果为false,则显示默认汽车照片,如果为true,则使用html/customcars文件中的照片。
}
页: [1]
查看完整版本: 保留格式