vMenu

okay… ill try that after homework^^

Is there any way to disable some of the Weather for example Foggy and is it possible to slow down the time in game

Not through a config currently. Only if you alter the source code and recompile it yourself. There will be added features to the weather/time options in the future. Eta is still unknown.

Same as above.

@Vespura
So i have the scripts.lua file (wich contains the code someone posted above) in the folder, where all the .meta files are. In the __resource.lua i added

client_scripts 'scripts.lua'

Still doesnt work. Something wrong here?

yes.

client_scripts {
    'scripts.lua'
}

can someone help me with configuring the menu so that it only has car modifications

try this

Alright… thanks, it worked!
I think, you think, that im dumb :stuck_out_tongue:

Is there a limit to what cars you can add to the addons file?, I added 6 cars and then added more and the menu stopped working but was loaded still.
image
These work, but if i add more the menu stops.

@Wack
I already have more than 6.
Tipp: remove the examples at “peds:” and “weapons:”

Will give it a shot thanks 20char

You assuming that pretty much says the opposite.

is that screenshot of when it was working, or when it stopped working?

doesn’t make a difference, will just clean up those menus if unused. But really doesn’t do anything else.

yes, i know. Just to make it look nice and clean and dont have these locked things when the players go there.

The screenshot is them working. I have now added more and the menu stopped.

{
  "vehicles": [
    "chevyk5",
	"f350pickup",
	"ctrailer",
	"92dodgeram",
	"g35d",
	"ek9",
	"superduty",
	"camarodrag",
	"eg6drag",
	"bgnxd",
	"dart68d".
	"r35drag",
	"hiaced",
	"ps30",
	"180sx",
	"w124m",
	"p1gtr",
	"vantage",
	"trhawk",
	"tibmw",
	"tr22",
	"skyline",
	"rx7twerk",
	"rcf",
	"r32",
	"patroly60",
	"mx5m",
	"mk1rabbit",
	"mgt",
	"kiagt",
	"hcbr17",
	"fastback",
	"f150",
	"d1r34",
	"crfsm",
	"cherokee96",
	"camaro_ss",
	"c10ss",
	"bug09",
	"bmdrift",
	"baggedram",
	"675lt",
	"1m2011",
	"458mishadesign",
	"510",
	"sultanrsw",
	"sultanrsv8",
	"vivio",
	"toy86",
	"a80",
	"regera",
	"rs6",
	"rmodlp750",
	"m5e60",
	"r35",
	"pgto",
	"16challenger",
	"chevelle1970",
	"c7",
	"bgnx",
	"911r",
	"hemicuda",
  ],

See the mistake there?
There’s a . instead of a ,

Didn’t see it, thank you lol

1 Like

Fresh pair of eyes help when you’ve been sat here for last couple of hours working on it all lol

Still not working,
image
vMenu is loaded and working. Don’t get any errors/crashes etc.

Can you upload the whole file?

Yeah.addons.json (726 Bytes)