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' then
Change it to
if Config.Framework == 'qbcore' or Config.Framework == 'esx' then
Last updated on