How to convert any Add-On vehicle to FiveM ready 2022

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ต.ค. 2024

ความคิดเห็น • 10

  • @johnlibbington1429
    @johnlibbington1429 2 ปีที่แล้ว +1

    This was helpful just like your last video because I am making a fivem server and I dont know a lot haha

    • @MoyosDevelopment
      @MoyosDevelopment  2 ปีที่แล้ว +1

      I appreciate it leave any suggestions for another tutorial that you may need

  • @leonytgames
    @leonytgames ปีที่แล้ว +18

    you didnt put the code in the description so for everyone:
    heres the code
    resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
    files {
    'vehicles.meta',
    'carvariations.meta',
    'carcols.meta',
    'handling.meta',
    'vehiclelayouts.meta',
    }
    data_file 'HANDLING_FILE' 'handling.meta'
    data_file 'VEHICLE_METADATA_FILE' 'vehicles.meta'
    data_file 'CARCOLS_FILE' 'carcols.meta'
    data_file 'VEHICLE_VARIATION_FILE' 'carvariations.meta'
    data_file 'VEHICLE_LAYOUTS_FILE' 'vehiclelayouts.meta'

    • @Myg491
      @Myg491 2 หลายเดือนก่อน +1

      thx homie

    • @leonytgames
      @leonytgames 2 หลายเดือนก่อน

      @@Myg491 absolutely no problem!

  • @brownpanda15
    @brownpanda15 ปีที่แล้ว

    Thank you for a quick simple tutorial!

  • @bmoregta
    @bmoregta ปีที่แล้ว

    can you show how to do this with a dirt bike? there is none out there

  • @BurtMegaming
    @BurtMegaming 2 ปีที่แล้ว +2

    Where is the code in the description?

    • @leonytgames
      @leonytgames ปีที่แล้ว

      here is the code ;D
      resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
      files {
      'vehicles.meta',
      'carvariations.meta',
      'carcols.meta',
      'handling.meta',
      'vehiclelayouts.meta',
      }
      data_file 'HANDLING_FILE' 'handling.meta'
      data_file 'VEHICLE_METADATA_FILE' 'vehicles.meta'
      data_file 'CARCOLS_FILE' 'carcols.meta'
      data_file 'VEHICLE_VARIATION_FILE' 'carvariations.meta'
      data_file 'VEHICLE_LAYOUTS_FILE' 'vehiclelayouts.meta'