Discord
Steam
/
Garry's Mod
/
Developers
/
Adding a secon..
Login/Join
Event Log
Adding a second car dealer
4 replies, posted
Search
In This Thread
hello i was wondering how i could get a second car dealer to spawn with the tcb car dealer here is the default lua code for spawning the car dealer /*--------------------------------------------------------------------------- Creator: TheCodingBeast - TheCodingBeast.com This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ ---------------------------------------------------------------------------*/ --[[--------------------------------------------------------- Variables -----------------------------------------------------------]] TCBDealer = TCBDealer or {} TCBDealer.settings = {} TCBDealer.dealerSpawns = {} TCBDealer.vehicleTable = {} --[[--------------------------------------------------------- Version -----------------------------------------------------------]] TCBDealer.version = 1.4 --[[--------------------------------------------------------- Settings -----------------------------------------------------------]] TCBDealer.settings.testDriveLength = 20 TCBDealer.settings.salePercentage = 75 TCBDealer.settings.storeDistance = 400 TCBDealer.settings.colorPicker = true TCBDealer.settings.randomColor = true TCBDealer.settings.checkSpawn = false TCBDealer.settings.autoEnter = false TCBDealer.settings.precache = true TCBDealer.settings.debug = false TCBDealer.settings.frameTitle = "TCB" --[[--------------------------------------------------------- Dealer Spawns -----------------------------------------------------------]] TCBDealer.dealerSpawns["rp_downtown_v4c_v2"] = { { pos = Vector(640, -650, -130), ang = Angle(0, -90, 0), mdl = "models/Characters/Hostage_02.mdl", spawns = { { pos = Vector(912, -860, -140), ang = Angle(30, 0, 0) }, { pos = Vector(163, -960, -139), ang = Angle(0, 180, 0) } } } } --[[--------------------------------------------------------- Vehicles - http://facepunch.com/showthread.php?t=1481400 / https://www.youtube.com/watch?v=WSTBFk6nX6k -----------------------------------------------------------]]
I doubt TCB CarDealer supports multiple spawns?
[QUOTE=whitestar;49626240]I doubt TCB CarDealer supports multiple spawns?[/QUOTE] hmm it might not
Try contacting TCB on facepunch through PM, or on his own website.
alright will do thanks haha :smile:
Sorry, you need to
Log In
to post a reply to this thread.