🔫Weapon Things
You can find weapon-related content for the Evidence script here.
How do I make a shell casing according to weapon type
Firstly, you should examine this native to find out the type of weapon.
Secondly, you should choose the bullet case model. You can find this by searching the site. Usually when you type Sheel, many models come out.
After doing these first two operations, go to wais-evidence/Config.lua
After finding the Config.CaseModels table, type the group name of the weapon type as in the example below.
How do I add Blacklist Weapon
When adding a Blacklist weapon, you can add both weapon name specific and group.
If you want to add it as a group, you can read the article above about how to find the group name of the weapon.
Where can I change the weapon names that appear in the archive
For this, you must visit the Config.Weapons table.
After visiting the painting, you should look for the name of your weapon. Example: weapon_pistol
After finding the weapon, you can change the visible name of your weapon from the Label variable in it.
Last updated