Config
Garage

Garage Configuration

Config.Garage = {
    Garage = {
        Price                      = 5000,
        AllowGarageRetrieveFromApp = true,
    },
    Impound = {
        Price                       = 50000,
        AllowImpoundRetrieveFromApp = true,
    }
}

Garage

SettingDefaultTypeDescription
Price5000NumberFee charged when retrieving a vehicle from the garage
AllowGarageRetrieveFromApptrueBooleanAllow players to retrieve their vehicle directly from the app. Vehicle will spawn near the player and the fee will be charged automatically

Impound

SettingDefaultTypeDescription
Price50000NumberFee charged when retrieving a vehicle from the impound
AllowImpoundRetrieveFromApptrueBooleanAllow players to retrieve their vehicle directly from the app. Vehicle will spawn near the player and the fee will be charged automatically