- Download them from here and extract it.
- Open the lua file
- Find the tables weapon_materials and add your shit to it
- Unload and then load the lua, DO NOT RELOAD IT OTHERWISE YOU WILL CRASH
A few examples:
local weapon_models = {
[1] = "models/weapons/v_models/gold_pist_deagle/pist_deagle", -- weapon_deagle
[7] = "models/weapons/v_models/dragonlore_rif_ak47/ak47", -- weapon_ak47
[9] = "models/weapons/v_models/snip_awp_trace/awp", -- weapon_awp
}