Hello everyone,
I started to create my personal skin server,
Except that when I spawn the vehicle is with the skin 0.
and I would like to have it custom skin directly.
exemple my lua file :
[QUOTE]local V = {
Name = "BMW M5 E60-test",
Class = "prop_vehicle_jeep",
Category = "test catégorie",
Author = "TDM",
Information = "A drivable BMW M5 E60 by TheDanishMaster",
Model = "models/tdmcars/bmwm5e60.mdl",
KeyValues = {
vehiclescript = "scripts/vehicles/TDMCars/bmwm5e60.txt",
Skin = 7 -- Dont Work :'(
}
}
list.Set("Vehicles", "rmbmw", V)[/QUOTE]
could you help me ?
Thank you all for your answers
Sorry, you need to Log In to post a reply to this thread.