🟥birolinha_dealership

• Instalação

1. Escolher a framework em modules/config/config.lua
2. Escolher a framework no fxmanifest
3. Colocar o export abaixo na lista de veículos da base
4. Caso tenha um conflito de tuning na garagem, alterar a função getVehicleMods()
5. Adicionar a função abaixo no mesmo arquivo onde estão os veículos registados

function VehicleGlobal()
	return List
end
exports("VehicleGlobal",VehicleGlobal)

• Config Framework

birolinha_dealership/config/frameworks/FRAMEWORK.lua

• Server Exports

• Client Exports

• State Bags

Server State Bags

Client State Bags

Last updated