F.A.Q

🚗 Caravan

Polygon Values
  • The caravan model has a total of 85K polygons.

Synchronization Issues
  • In some cases, the attached caravan may bounce, hop in place, or move back and forth. These are related to fivem.

More Caravan Models?
  • You can purchase a caravan model at a later date for an additional fee.

More Props/Furniture
  • To do this, go to the Config.lua file

  • After finding the required category under the decoration table (you can create one if you wish)

  • Add a new object along with the model, label, and price.

  • Some examples

    {
        ["type"] = "storage",
        ["icon"] = "vault",
        ["label"] = "Safe",
        ["items"] = {
            {model = "prop_big_bag_01", label = "Big Storage Bag", price = 2500},
            {model = "prop_idol_case_01", label = "Idol Case", price = 5000},
            {model = "v_res_tre_storagebox", label = "Storage Box", price = 10000},
        },
    },  
How do I add custom furniture photos?
  • Custom photos cannot be added by you.

  • If you have high-quality, clear photos, you can send them to me via ticket.


🌐 Others

Resmon Usage
  • Client Side: Default is 0.00, but it can change between 0.01 and 0.03 depending on the caravan capacity.

  • Server Side: Default is 0.00, but it can change between 0.01 and 0.03 depending on the caravan capacity.

Which Cars can tow?
  • Currently, there are limited models available in GTA V that can tow a caravan. These are:

  • technical3,

  • bobcatxl,

  • sadler,

  • bison

  • We can tow the caravan by adding a tow bar to the vehicles. For this purpose, the attached video demonstrates adding a tow hook named “attach_female” to the vehicle. Subsequently, add the vehicle model name to Config.TowVehicleBones in the Config. The value must be the BoneId of the attach_female hook. If it does not exist, you can select “Boot”.


There are no more available yet, please open a ticket if the topics here are not suitable for what you are looking for.

Who developed it / How can I get help

You can recognise our script developers by the short names of the script. Scripts with short name ‘Wais’ are made by Ayazwai.

Last updated