November five harry

Hi , I keep gettin this error when I try so spawn my Add-ons vehicle . I looked at another topics , I’ve already checked if my handling name was the same in vehicle meta and is a yes . I try different method to stream my add on as stand alone resource and [folder] to regroup multiple add-on and the problem still there . The only way I success my add , it was to put it all the file in general stream mix with replacement car and add item lines meta in a huge mix meta for all cars. When I file my file, it does not work but pell-mell, yes … can someone help me with this ?

<CHandlingDataMgr>
  <HandlingData>
    <Item type="CHandlingData">
      <handlingName>R34</handlingName>
      <fMass value="1560.000000" />
      <fInitialDragCoeff value="1.220000" />
      <fPercentSubmerged value="85.000000" />
      <vecCentreOfMassOffset x="0.000000" y="-0.470000" z="0.170000" />
      <vecInertiaMultiplier x="1.300000" y="1.500000" z="1.500000" />
      <fDriveBiasFront value="0.000000" />
      <nInitialDriveGears value="6" />
      <fInitialDriveForce value="0.250000" />
<Item>
      <modelName>r34</modelName>
      <txdName>r34</txdName>
      <handlingId>R34</handlingId>
      <gameName>R34</gameName>
      <vehicleMakeName>Nissan Skyline GT-R 34 2002</vehicleMakeName>
      <expressionDictName>null</expressionDictName>
      <expressionName>null</expressionName>
      <animConvRoofDictName>null</animConvRoofDictName>
      <animConvRoofName>null</animConvRoofName>
      <animConvRoofWindowsAffected />
      <ptfxAssetName>null</ptfxAssetName>

I solve my problem by create a new [folder] directly in resources because with N3MTV addons were putted in like 2-3 folder inside resources ex : resources/[script]/[stream] or what i’ve made before resources/[script]/[singlecars] . I use a software from this site : https://fr.gta5-mods.com/tools/fivem-server-vehicle-installer

It is really easy to use and simple . It create itself a new folder call [addons] directly in resources . It worked perfect for me no more november five harry error .

I hope it will help other people who have the same problem.