I have cider installed and have much addons and fixes on it, but the only thing I don’t get to work is vehicles.
I tried everything but it don’t appear in store and is not spawnable. I want a jeep because everybody has it and it is not difficult to explain than ( I think). When Jeep is working I can add custom cars.
I have nothing putted in addons because the jeep is already in gmod I thougt.
In orangebox/garrysmod/gamemodes/cider/gamemode/core/items I copied battery and I edited that with jeep model etc but when I join the server i see yellow error with null failure or something.
Can you say what files I have to edit etc than I can try again.
Well you’ll need to spawn a jeep with ents.Create(“prop_vehicle_jeep_old”) in the drop function, set it’s position to where the item should be, give it script, set it’s model/skin etc, then return false to prevent it spawning twice.
I add ents.Create(“prop_vehicle_jeep_old”) but It’s the same as is was before. I think I’ve done something wrong because when I manufacture I haven’t 2 props spawning.
no,
he is my friend he was in my clan on ventmob.
lexic didnt you say if you have ITEM.model = “models/nova/jeep_seat.mdl”; it will spawn a model and when you press E on it it will go back in inventory?
also you said after ents.Create you need SetModel()?