🧑FAQ

How to add more weapons for the HUD?

You need to add the weapons in the config.lua and their respective images.

  1. Add the weapon under WeaponNames category in config.lua. For instance:

  1. Copy one of the above and then add your new weapon.

  2. Add the resepctive image in the path "html\weapons" and make sure it is named to the same in config.lua. For example, WEAPON_VINTAGEPISTOL will have the name "vintagepistol.png"

Last updated