luke_garages
In order for the private garage to work, add this in the bottom of client/client.lua
.
luke_garages/client/client.lua
exports('setZone', function(garage)
currentGarage = garage
end)
In order for the private garage to work, add this in the bottom of client/client.lua
.
exports('setZone', function(garage)
currentGarage = garage
end)