cd_garage
Make sure to set Config.PropertyGarage ENABLE = true
If using ESX framework
Find this line in client/other/property.lua around line 3
if Config.Framework == 'qbcore' thenChange it to
if Config.Framework == 'qbcore' or Config.Framework == 'esx' thenLast updated on