βοΈConfiguration infos
π How to link the DLC to the script
The DLC does not need any specific configurations, it is made to be autodetected.
You must start the DLC before the main script, otherwise, it will most likely not detect it !
ποΈ Change the pump textures
The textures are unlocked, you can change them like for any other asset
πͺ Attach a trailer / The trailer won't attach to my vehicle
You must update the <trailer>
values in the vehicles.meta
of the vehicle you want to be able to tow the trailer with !
Before :
</trailers>
After :
<trailers>
<Item>pumpTrailer</Item>
</trailers>
Last updated