Plugin for CS2 that modify the default value of clip1 and reserve ammo.
- Install CounterStrike Sharp and Metamod:Source;
- Download CustomDefaultAmmo;
- Unzip the archive and upload it into
csgo/addons/counterstrikesharp/plugins;
The config is created automatically. (Path: csgo/addons/counterstrikesharp/configs/plugins/CustomDefaultAmmo)
{
"Version": 1,
"Weapons": [
{
"Name": "weapon_awp",
"Clip1": 10, //-1 = Ignore
"ReserveAmmo": -1 // -1 = Ignore
},
{
...
}
]
}