Garry's Mod Leaks

[LEAK] 3D Car Dealer 2

Submitted by rafaelcomepastel, , Thread ID: 73755

Thread Closed

RE: [LEAK] 3D Car Dealer 2

OP
#4
06-02-2018, 11:01 AM
FrogBoy Wrote:
I just tested and it does work, but it didntauto load all of the TDM cars. Maybe check for a backdoor or something, I did and didntfind anything but check to make sure.

do not load the cars, I just added 2 more if you want to add go in garrysmod \ addons \ 3d_car_dealer \ moon \ autorun 3DCarDealer_AddCars and put this with all information

local TB2Insert = {}
TB2Insert.VehicleName = "VEHICLE NAME"
TB2Insert.CarName = "CAR PRINT NAME"
TB2Insert.CarPrice = 100
TB2Insert.CarRefund = 100
TB2Insert.IsSCar = true
TB2Insert.Description = "DESCRIPTIONS"
TB2Insert.AvaliableTeam = {TEAM_POLICE, TEAM_MOB}
TB2Insert.AvaliableGroup = {"superadmin", "admin"}
table.insert (D3DCarConfig.Car, TB2Insert)

Users browsing this thread: 2 Guest(s)