Hello there! I need some help you see, on my server i removed so you cant hold "C" to chance skins and so on. And i want it to be like that. BUT im looking for police cars and i only find skins. I wonder if by any chance theres a way to use a car dealer so you spawn the Police car with the skin so you just dont drive around in a normal car? :dance:
Uh, Entity:SetSkin wherever you spawn your vehicle in the code.
[QUOTE=Robotboy655;44081195]Uh, Entity:SetSkin wherever you spawn your vehicle in the code.[/QUOTE]
Well where should i put that? In the car dealer you put the car folders name... how should i put it then?
For example. This is what i wrote now:
[QUOTE=Dexyer;44081252]Well where should i put that? In the car dealer you put the car folders name... how should i put it then?[/QUOTE]
It highly depends on your car dealer. Search it for something like "veh = ents.Create("prop_vehicle_jeep")".
[QUOTE=Robotboy655;44081304]It highly depends on your car dealer. Search it for something like "veh = ents.Create("prop_vehicle_jeep")".[/QUOTE]
For example. This is what i wrote now:
local TB2Insert = {}
TB2Insert.VehicleName = "volvo_s60"
Entity:SetSkin = "skin2"
TB2Insert.CarName = "Volvo S60 Police Car"
TB2Insert.CarPrice = 1000
TB2Insert.CarRefund = 500
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Basic Car."
TB2Insert.AvaliableTeam = {"Police Officer", "Police Commander", "Head PSS", "PSS"}
table.insert(D3DCarConfig.Car,TB2Insert)
This is not what I am talking about. Anyway, you can try this:
TB2Insert.Skin = 2
if it doesn't work, contact the script author, I can't help you with a paid script.
Okay. Thank you!
Sorry, you need to Log In to post a reply to this thread.