[C#] [LR] ExStats Weapons 1.0.1
Posted: Wed Feb 25, 2026 12:01 am
For the plugin to function correctly, you must update [C#] [Levels Ranks] Core to the latest version. The
[C#] [LR] ExStats Weapons module collects additional weapon statistics and stores all data in a separate table in the database. You can also configure how much experience is awarded for kills with a specific weapon.
Requirements
[C#] [Levels Ranks] Core
Metamod:Source
CounterStrikeSharp
Installation
1. Install [C#] [Levels Ranks] Core
2. Download [C#] [LR] ExStats Weapons
3. Unzip the archive and upload it to the game server
4. Configure exstats_weapons.json
5. Restart the server
[C#] [LR] ExStats Weapons module collects additional weapon statistics and stores all data in a separate table in the database. You can also configure how much experience is awarded for kills with a specific weapon.
Requirements
[C#] [Levels Ranks] Core
Metamod:Source
CounterStrikeSharp
Installation
1. Install [C#] [Levels Ranks] Core
2. Download [C#] [LR] ExStats Weapons
3. Unzip the archive and upload it to the game server
4. Configure exstats_weapons.json
5. Restart the server
https://hlmod.net/resources/c-lr-exstat ... 5/download{
"ExperienceEnabled": true, // Включить/выключить начисление опыта за убийство с определённого оружия
"Weapons": {
"weapon_knife": {
"Name": "за убийство с Knife", // Сообщение, которое будет отображаться. Пример: [LR] Ваш опыт: 28060 [+10 за убийство с Knife]
"Color": "{Green}", // Цвет текста, который будет отображаться в сообщении [+10 за убийство с Knife]
"Exp": 10 // Количество опыта, которое будет начисляться за убийство ножом
},
"weapon_taser": {
"Name": "за убийство с Zeus x27",
"Color": "{Yellow}",
"Exp": 8
},
"weapon_inferno": {
"Name": "за убийство с Molotov",
"Color": "{Red}",
"Exp": 7
},
"weapon_hegrenade": {
"Name": "за убийство с Hegrenade",
"Color": "{Orange}",
"Exp": 5
},
.......
}