F.A.Q

🚗 Car

Fuel does not display correctly / It doesn't work
  • For this go to wais-hudv6/config.lua.

  • Go to Config.GetVehicleFuel Function and put export for your Custom Fuel script, if any, and return this value with return. Example:

Config.GetVehicleFuel = function(vehicle)
    -- Original one
    --return GetVehicleFuelLevel(vehicle) or 0.0 
    
    return exports["my_fuel_script_name"]:GetFuelLevelFuncName(vehicle)
end
Blocking the belt, carhud or music system in some vehicles or classes
  • For this go to wais-hudv6/config.lua.

  • Go to Config.BlacklistedVehicles table and add the vehicle or class as in the examples.

  • -- If its a model
    [`t20`] = {
         ["carhud"] = true,
    },
  • -- If its class
    [13] = {
        ["belt"] = true,
        ["music"] = true,
        ["carhud"] = true,
    },
Deactivating the music system
  • For this go to wais-hudv6/config.lua.

  • In the Config.MusicSystem table, find the variable [‘disable’] and set it to true.

  • Now the music system in the car control menu will be completely disabled (including events and codes).

Nearby location Add/Remove
  • For this go to wais-hudv6/bridge/editable/location.lua.

  • Find the category of the location you want to add or delete, then add the new location by going one below the last vector3 in the category, then put a comma at the end of the vector3 you added. Find the location in delete vector3 and delete it with the comma at the end

Change Default Fuel Type
  • For this go to wais-hudv6/web/public/config.json.

  • Find the variable ‘fuelType’ and change the place between the quotes on the right side. Types: litres or gallons

🌎 Map

Minimap becomes invisible / disappears and comes back
  • For this go to wais-hudv6/config.lua.

  • If you are using a postal map, find the Config.PostalMap table and set the [‘enabled’] variable to true. This will fix the map disappearance.

How to keep the map always active ( Show map on foot or Always )
  • For this go to wais-hudv6/config.lua.

  • Find the variable Config.ShowMapOnFoot = false and make it true.

Show Postal Shortly?
  • For this go to wais-hudv6/config.lua.

  • Go to the Config.PostalMap table and set the [‘showNearPostal’] variable to true.

Change Default Map Type
  • For this go to wais-hudv6/web/public/config.json.

  • Find ‘mapType’ for the map type and change the ‘square’ between the quotes on the right side. Types: square, circle.

Postal Addresses Wrong
  • If you think the postals are wrong, you may be using a different postalmap.

  • For the correct result, you can install the latest postal map from the link above.

  • If you do not want to install it, you can get the locations of your own postal addresses.

  • ( wais-hudv6/bridge/editable/postal.lua )

Map is not positioned / Map Animation does not appear

Recommended resolutions to use this feature:

1280x720 1366x768 1920x1080 2560x1440

Map animation and positioning work at this resolution. Other intermediate screen resolutions are not yet supported. Stabilisation will be done with future updates.

Disable Map Animation
  • For this go to wais-hudv6/config.lua.

  • Find the value Config.DisableMapAnimation = false and then change the false value to true.

💸 Money

Cash / Money is showing 0
  • For this go to wais-hudv6/config.lua.

  • If money is item in your inventory, go to Config.MoneySettings and set [‘isItem’] variable to true. ( In ox_inventory, money is not an item. )

  • Your money will now appear in the hud information section.

Change Money Prefix and Symbol
  • For this go to wais-hudv6/web/public/config.json.

  • Find the Money table and change the text between the quotes on the right side of the ‘prefix’ and ‘symbol’ variables.

  • // Like example we changed symbol $ to € and dot to comma.
    "money": {
        "prefix": ",",
        "symbol": "€"
    },

📋 Others

Debug Prints
  • For this go to wais-hudv6/config.lua.

  • Find the variable Config.ShowDebug = false and make it true.

Timer Location
  • For this go to wais-hudv6/web/public/config.json.

  • Find the variable ‘timerLocation’ and change the data on the right side. Replace ‘en-US’ with the shortcode for your country or the main language supported by the server.

Change Language
  • For this go to wais-hudv6/config.lua.

  • Then find Config.Language = ‘en’ and type a valid language file name ( ar, cz, ro, it, fr, fr, de, en )

Status Alerts ( Hunger Thirst )
  • For this go to wais-hudv6/config.lua.

  • Find the variable Config.SendStatusAlert = false and make it true

Statuses Shows 0 ( ESX )
  • This error usually occurs because you have customized esx_status or because it is outdated.

  • Another common issue is that the “esx_status:onTick” event has been modified. Therefore, reset the script to its default state.

  • Another problem is that the status data is empty. In such cases, you need to process the status data by eating or drinking something using scripts such as esx_basicneeds.

Custom Weapon and Image addition
  • For this go to wais-hudv6/bridge/editable/weapons.lua.

  • At the bottom of the file we will add a new table as below. Thanks to this table, the weapon name will appear in hud:

  • [`your_weapon_name`] = {label = 'Your Weapon Label'},

  • To add a photo of the weapon, you need a ‘Hash’ type expansion of your weapon name. Use here for this

  • After typing your weapon name correctly on this site, you will find the hash address of your weapon. Copy this hash address and go to: wais-hudv6/web/public/images/weapons

  • Drag the weapon photo here and then paste the hash address you copied into the file name. Afterwards, you can see the weapon photo in the hud by restarting the script after the refresh command.

Default Element specification
  • For this go to wais-hudv6/web/public/config.json.

  • To change the top right corner (player, server information), find ‘style’ in the ‘rightCorner’ table and change the type. Types: old, boxed_dynamic, modern, simple

  • For Carhud, go to the ‘carhud’ table and change the ‘style’ variable to the type you want. Types: modern, agressive, sport, simple, simplev2, circle

  • For Status hud, go to the ‘status’ table and give the desired type to the ‘style’ variable. Types: circle, circlev2, square, squarev2, hexagon, wave, simple, regular

Use Stress System
  • You can see the stress system next to the health bars by making the Config.StressSystem variable true. You should use an additional script to increase or decrease your stress.

Disable Right Corner
  • For this go to wais-hudv6/config.lua.

  • To do this, locate the Config.DisableRightCorner = false variable and change the false value to true.

Resmon Value

Note: As is well known, scripts in FiveM run on a single core. Therefore, your processor's architecture and single-core performance directly affect the resmon value.

On older or lower-frequency processors, the code takes longer to execute, so the resmon value naturally appears higher. On newer, high-performance processors, the same code runs much faster, so the resmon value may appear lower (even 0.00).

Since not all processors have the same structure or speed, it is not possible to achieve a 0.00 ms resmon value on every system — this is entirely due to hardware differences.

This situation has nothing to do with the written code or script optimization; the difference is entirely dependent on the processor's power and architecture.

The Resmon values were recorded in an environment where the computer was under the lightest load and usage was minimal.

Tested system components:

Intel Core i7 12700H
Nvidia GeForce RTX 3050
2x8 16GB 3200 MHZ DDR4 Ram
500 GB SSD

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