August Update
Posted 13 days ago
You can now record any user stats without having to define them in the backend first. This is very useful if you want to do things like record how many times someone shot a type of weapon.. because now you don't have to go in and manually add a stat for each entry. You just do shit like..
Sandbox.Services.Stats.Increment( $"shots-{WeaponName}", 1 );
You can read more about using the stats api here.