Author Topic: No wheels...?  (Read 598 times)

I scripted a vehicle and when is is enabled, it won't let the Jeep_Tire.dts file to spawn.

Here is the code:
Code: [Select]
Add-Ons/Vehicle_Limo/jeep_Tire.cs (0): preload failed for jeepTire: WheeledVehicleTire: Couldn't load shape "Add-Ons/Vehicle_Limo/jeeptire.dts".

Try not copy and pasting the entire script.

Couldn't load shape "Add-Ons/Vehicle_Limo/jeeptire.dts".
Firstly, why make the jeeptire.dts a totally different file than the normal jeeptire.dts? So people will have to download MORE stuff when they come on to the server?
Secondly, the file is not in the path stated. You might wanna revise that in the script to "~/Vehicle_Jeep/jeeptire.dts". That's so people won't have to download it from the server if they don't have the file.

Ontop of that, he should REALLY change the datablock names.