BrandonM Posted February 5, 2018 Report Share Posted February 5, 2018 (edited) This is mostly directed towards @Serpico and @speed I've been working on some changes to the LSCustoms.lua in my free time from the VRP base, and here's some things that I've noticed need correcting. Most of them are extremely minor and mostly grammatical, but it's all in the name of polishing, right? I tried my best to make these as turnkey as possible while I'm at work. The top three bullet points drive me absolutely bonkers when I see it in game, so I wanted to put those at the top of the list. Anyway: Change all instances of the word "Hraphite" to "Graphite" Change all instances of the word "Anhracite" to "Anthracite" Change all instances of the word "Creeen" to "Careen" Change all instances of the word "Darksmoke" to "Dark Smoke" Change all instances of the word "Lightsmoke" to "Light Smoke" Change "Competition Suspension" to "Race Suspension" Change "Sports Transmission" to "Sport Transmission" In "wheel types" change "Suv" to "SUV" In "wheel types" change "Offroad" to "Off-Road" In "wheel types" change "Highend" to "High End" I didn't have the current pricing available to me while I was modifying the file, but below is the code with the cost set to 0 with the changes I've applied: ["sport"] = { title = "sport", name = "sport", buttons = { {name = "Stock", wtype = false, modtype = 23, mod = -1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Inferno", wtype = false, modtype = 23, mod = false, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Deep Five", wtype = false, modtype = 23, mod = 1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Loz Speed", wtype = false, modtype = 23, mod = 2, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Diamond Cut", wtype = false, modtype = 23, mod = 3, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Chrono", wtype = false, modtype = 23, mod = 4, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Ferocci RR", wtype = false, modtype = 23, mod = 5, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "FiftyNine", wtype = false, modtype = 23, mod = 6, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Mercie", wtype = false, modtype = 23, mod = 7, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Synthetic Z", wtype = false, modtype = 23, mod = 8, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Organic Type D", wtype = false, modtype = 23, mod = 9, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Endo v1", wtype = false, modtype = 23, mod = 10, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Duper7", wtype = false, modtype = 23, mod = 11, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Uzer", wtype = false, modtype = 23, mod = 12, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "GroundRide", wtype = false, modtype = 23, mod = 13, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Spacer", wtype = false, modtype = 23, mod = 14, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Venum", wtype = false, modtype = 23, mod = 15, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Cosmo", wtype = false, modtype = 23, mod = 16, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Dash VIP", wtype = false, modtype = 23, mod = 17, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "IceKid", wtype = false, modtype = 23, mod = 18, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Ruffel D", wtype = false, modtype = 23, mod = 19, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "WangenMaster", wtype = false, modtype = 23, mod = 20, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "SuperFive", wtype = false, modtype = 23, mod = 21, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Endo v2", wtype = false, modtype = 23, mod = 22, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Split Six", wtype = false, modtype = 23, mod = 23, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, } }, ["suv"] = { title = "suv", name = "suv", buttons = { {name = "Stock", wtype = 3, modtype = 23, mod = -1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "VIP", wtype = 3, modtype = 23, mod = false, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Benefactor", wtype = 3, modtype = 23, mod = 1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Cosmo", wtype = 3, modtype = 23, mod = 2, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Bippu", wtype = 3, modtype = 23, mod = 3, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Royal Six", wtype = 3, modtype = 23, mod = 4, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Fagorme", wtype = 3, modtype = 23, mod = 5, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Deluxe", wtype = 3, modtype = 23, mod = 6, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Iced Out", wtype = 3, modtype = 23, mod = 7, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Cognscenti", wtype = 3, modtype = 23, mod = 8, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Loz Speed Ten", wtype = 3, modtype = 23, mod = 9, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Supernova", wtype = 3, modtype = 23, mod = 10, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Obey RS", wtype = 3, modtype = 23, mod = 11, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Loz Speed Baller", wtype = 3, modtype = 23, mod = 12, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Extra Vaganzo", wtype = 3, modtype = 23, mod = 13, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Split Six", wtype = 3, modtype = 23, mod = 14, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Empowered", wtype = 3, modtype = 23, mod = 15, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Sunrise", wtype = 3, modtype = 23, mod = 16, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Dash VIP", wtype = 3, modtype = 23, mod = 17, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Cutter", wtype = 3, modtype = 23, mod = 18, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, } }, ["offroad"] = { title = "offroad", name = "offroad", buttons = { {name = "Stock", wtype = 4, modtype = 23, mod = -1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Raider", wtype = 4, modtype = 23, mod = false, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Mudslinger", modtype = 23, mod = 1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Nevis", wtype = 4, modtype = 23, mod = 2, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Cairngorm", wtype = 4, modtype = 23, mod = 3, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Amazon", wtype = 4, modtype = 23, mod = 4, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Challenger", wtype = 4, modtype = 23, mod = 5, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "DuneBasher", wtype = 4, modtype = 23, mod = 6, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Five Star", wtype = 4, modtype = 23, mod = 7, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "RockCrawler", wtype = 4, modtype = 23, mod = 8, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Mil-Spec Steelie", wtype = 4, modtype = 23, mod = 9, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, } }, ["tuner"] = { title = "tuner", name = "tuner", buttons = { {name = "Stock", wtype = 5, modtype = 23, mod = -1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Cosmo", wtype = 5, modtype = 23, mod = false, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "SuperMesh", wtype = 5, modtype = 23, mod = 1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Outsider", wtype = 5, modtype = 23, mod = 2, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Rollas", wtype = 5, modtype = 23, mod = 3, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Driffmeister", wtype = 5, modtype = 23, mod = 4, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Slicer", wtype = 5, modtype = 23, mod = 5, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "El Quatro", wtype = 5, modtype = 23, mod = 6, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Dubbed", wtype = 5, modtype = 23, mod = 7, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Five Star", wtype = 5, modtype = 23, mod = 8, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Slideways", wtype = 5, modtype = 23, mod = 9, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Apex", wtype = 5, modtype = 23, mod = 10, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Stanced EG", wtype = 5, modtype = 23, mod = 11, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "CounterSteer", wtype = 5, modtype = 23, mod = 12, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Endo v1", wtype = 5, modtype = 23, mod = 13, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Endo v2 (dish)", wtype = 5, modtype = 23, mod = 14, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Guppe Z", wtype = 5, modtype = 23, mod = 15, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Chokadori", wtype = 5, modtype = 23, mod = 16, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Chicane", wtype = 5, modtype = 23, mod = 17, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Saisoku", wtype = 5, modtype = 23, mod = 18, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Dished Eight", wtype = 5, modtype = 23, mod = 19, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Fujiwara", wtype = 5, modtype = 23, mod = 20, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Zokusha", wtype = 5, modtype = 23, mod = 21, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Battlevill", wtype = 5, modtype = 23, mod = 22, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "RallyMaster", wtype = 5, modtype = 23, mod = 23, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, } }, ["highend"] = { title = "highend", name = "highend", buttons = { {name = "Stock", wtype = 7, modtype = 23, mod = -1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Shadow", wtype = 7, modtype = 23, mod = false, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Hyper", wtype = 7, modtype = 23, mod = 1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Blade", wtype = 7, modtype = 23, mod = 2, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Diamond", wtype = 7, modtype = 23, mod = 3, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "SupaGee", wtype = 7, modtype = 23, mod = 4, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Chromatic Z", wtype = 7, modtype = 23, mod = 5, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Merciechlip", wtype = 7, modtype = 23, mod = 6, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Obey RS", wtype = 7, modtype = 23, mod = 7, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "GT Chrome", wtype = 7, modtype = 23, mod = 8, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Cheetah R", wtype = 7, modtype = 23, mod = 9, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Solar", wtype = 7, modtype = 23, mod = 10, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Split Ten", wtype = 7, modtype = 23, mod = 11, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Dash VIP", wtype = 7, modtype = 23, mod = 12, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Loz Speed Ten", wtype = 7, modtype = 23, mod = 13, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Carbon Inferno", wtype = 7, modtype = 23, mod = 14, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Carbon Shadow", wtype = 7, modtype = 23, mod = 15, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Carbon Z", wtype = 7, modtype = 23, mod = 16, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Carbon Solar", wtype = 7, modtype = 23, mod = 17, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Carbon Cheetah R", wtype = 7, modtype = 23, mod = 18, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Carbon S Racer", wtype = 7, modtype = 23, mod = 19, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, } }, ["lowrider"] = { title = "lowrider", name = "lowrider", buttons = { {name = "Stock", wtype = 2, modtype = 23, mod = -1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Flare", wtype = 2, modtype = 23, mod = false, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Wired", wtype = 2, modtype = 23, mod = 1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "TripleGolds", wtype = 2, modtype = 23, mod = 2, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Bigworm", wtype = 2, modtype = 23, mod = 3, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "SevenFives", wtype = 2, modtype = 23, mod = 4, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Split Six", wtype = 2, modtype = 23, mod = 5, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "FreshMesh", wtype = 2, modtype = 23, mod = 6, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Lead Sled", wtype = 2, modtype = 23, mod = 7, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Turbine", wtype = 2, modtype = 23, mod = 8, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Superfin", wtype = 2, modtype = 23, mod = 9, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Classic Rod", wtype = 2, modtype = 23, mod = 10, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Dollar", wtype = 2, modtype = 23, mod = 11, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Dukes", wtype = 2, modtype = 23, mod = 12, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "LowFive", wtype = 2, modtype = 23, mod = 13, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Gooch", wtype = 2, modtype = 23, mod = 14, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, } }, ["muscle"] = { title = "muscle", name = "muscle", buttons = { {name = "Stock", wtype = 1, modtype = 23, mod = -1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Classic Five", wtype = 1, modtype = 23, mod = false, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Dukes", wtype = 1, modtype = 23, mod = 1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Muscle Freak", wtype = 1, modtype = 23, mod = 2, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Kracka", wtype = 1, modtype = 23, mod = 3, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Azrea", wtype = 1, modtype = 23, mod = 4, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Mecha", wtype = 1, modtype = 23, mod = 5, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Blacktop", wtype = 1, modtype = 23, mod = 6, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Drag SP1", wtype = 1, modtype = 23, mod = 7, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Revolver", wtype = 1, modtype = 23, mod = 8, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Classic Rod", wtype = 1, modtype = 23, mod = 9, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Spooner", wtype = 1, modtype = 23, mod = 10, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "FiveStar", wtype = 1, modtype = 23, mod = 11, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Old School", wtype = 1, modtype = 23, mod = 12, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "El Jefe", wtype = 1, modtype = 23, mod = 13, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Dodman", wtype = 1, modtype = 23, mod = 14, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Sixgun", wtype = 1, modtype = 23, mod = 15, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Mercenary", wtype = 1, modtype = 23, mod = 16, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, } }, ["frontwheel"] = { title = "front wheel", name = "frontwheel", buttons = { {name = "Stock", wtype = 6, modtype = 23, mod = -1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Speedway", wtype = 6, modtype = 23, mod = false, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Street Special", wtype = 6, modtype = 23, mod = 1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Racer", wtype = 6, modtype = 23, mod = 2, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "TrackStar", wtype = 6, modtype = 23, mod = 3, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Overlord", wtype = 6, modtype = 23, mod = 4, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Trident", wtype = 6, modtype = 23, mod = 5, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Triple Threat", wtype = 6, modtype = 23, mod = 6, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Stiletto", wtype = 6, modtype = 23, mod = 7, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Wires", wtype = 6, modtype = 23, mod = 8, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Bobber", wtype = 6, modtype = 23, mod = 9, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Solidus", wtype = 6, modtype = 23, mod = 10, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Ice Shield", wtype = 6, modtype = 23, mod = 11, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Loops", wtype = 6, modtype = 23, mod = 12, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, } }, ["backwheel"] = { title = "back wheel", name = "backwheel", buttons = { {name = "Stock", wtype = 6, modtype = 24, mod = -1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Speedway", wtype = 6, modtype = 24, mod = false, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Street Special", wtype = 6, modtype = 24, mod = 1, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Racer", wtype = 6, modtype = 24, mod = 2, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "TrackStar", wtype = 6, modtype = 24, mod = 3, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Overlord", wtype = 6, modtype = 24, mod = 4, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Trident", wtype = 6, modtype = 24, mod = 5, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Triple Threat", wtype = 6, modtype = 24, mod = 6, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Stiletto", wtype = 6, modtype = 24, mod = 7, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Wires", wtype = 6, modtype = 24, mod = 8, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Bobber", wtype = 6, modtype = 24, mod = 9, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Solidus", wtype = 6, modtype = 24, mod = 10, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Ice Shield", wtype = 6, modtype = 24, mod = 11, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Loops", wtype = 6, modtype = 24, mod = 12, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, } },  And then, I added some new Neon Colors. Also, with no pricing, so that'll have to be adjusted.  ["neoncolor"] = { title = "neon color", name = "neoncolor", buttons = { {name = "White", color = {255,255,255}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Red", color = {255,0,0}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Grapefruit", color = {255,64,0}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Orange", color = {255,128,0}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Yellow", color = {255,255,0}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Gold", color = {255,215,0}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Goldenrod", color = {255,165,32}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Chartereuse Green", color = {128,255,0}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Olive", color = {128,128,0}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Green", color = {0,255,0}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Dark Green", color = {0,128,0), costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Spring Green", color = {0,255,128}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Mint", color = {170,255,195}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Cyan", color = {0,255,255}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Aquamarine", color = {127,255,212}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "True Iris", color = {3,180,204}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Azure", color = {0,128,255}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Blue", color = {0,0,255}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Sky Blue", color = {135,206,235}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Steel Blue", color = {99,130,180}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Slate Blue", color = {106,90,205}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Navy", color = {0,0,128}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Violet", color = {128,0,255}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Purple", color = {128,0,128}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Lavender", color = {230,190,255}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Magenta", color = {255,0,255}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Rose", color = {255,0,128}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Hot Pink", color = {255,28,174}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Coral", color = {255,215,180}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Saddle Brown", color = {139,69,19}, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, } },  Edited February 5, 2018 by BrandonM Quote Link to comment Share on other sites More sharing options...
Anton Posted February 5, 2018 Report Share Posted February 5, 2018 i'm pretty sure race suspension and competition suspension are not the same, if i remember correctly, it's vehicle specific. i may be wrong though 1 Quote Link to comment Share on other sites More sharing options...
BrandonM Posted February 5, 2018 Author Report Share Posted February 5, 2018 (edited) In actual GTAO, it is vehicle specific. With this mod, it's a universal coded line. Â },["suspension"] = { title = "suspensions", name = "suspensions", buttons = { {name = "Stock Suspension",mod = -1,modtype =15, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Lowered Suspension",mod = false,modtype =15, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Street Suspension",mod = 1,modtype =15, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Sport Suspension",mod = 2,modtype =15, costs = 0, description = "", centre = 0, font = 0, scale = 0.4}, {name = "Competition Suspension",mod = 3,modtype =15, costs = 0, description = "", centre = 0, font = 0, scale = 0.4} } }, Â Edited February 5, 2018 by BrandonM Quote Link to comment Share on other sites More sharing options...
speed Posted February 5, 2018 Report Share Posted February 5, 2018 We use a different version of LSCustoms, but thanks for the effort. Will make the spelling corrections soon. Quote Link to comment Share on other sites More sharing options...
BrandonM Posted February 6, 2018 Author Report Share Posted February 6, 2018 5 hours ago, speed said: We use a different version of LSCustoms, but thanks for the effort. Will make the spelling corrections soon. The actual wheel names are also corrected, if that helps. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.