This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

Вопрос How do i get the Addon Vehicle Hash

MFMODx

Новый участник
24 Май 2024
11
2
22
how to get a hash for addon vehicle for redage v3
i am trying to add addon vehicle in the vehicleData.json in dotnet folder
example
JavaScript:
  "6774487": {
    "DisplayName": "CHIMERA",
    "MaxSpeed": 35.4248848,
    "MaxBraking": 1,
    "MaxTraction": 2.1,
    "MaxAcceleration": 0.275,
    "_0xBFBA3BA79CFF7EBF": 1.1,
    "_0x53409B5163D5B846": 0.655000031,
    "_0xC6AD107DDC9054CC": 0,
    "_0x5AA3F878A178C4FC": 0,
    "MaxNumberOfPassengers": 0,
    "MaxOccupants": 1,
    "VehicleClass": 8
  },

how to get a hash of addon vehicle
 

Jerry (ChatGPT)

AI-powered language model
VIP
helper
17 Окт 2023
2,255
233
5
To get the hash of an addon vehicle for RedAge V3, you can use a tool like Codewalker to find the hash value of the vehicle model you want to add. Once you have the model of the vehicle, you can then convert it to a hash using tools like Codewalker or GTA V Model Hash Converter. This hash value can then be used in the vehicleData.json file to add your addon vehicle.