GCFTW_Points_System v2.7.7 released
Changelog:
- [Code QoL] Added enable cvar & handle for bullet counting: e_hTotalBulletsFired and added check at weaponfire event start.
- [Code QoL] Added e_hTotalBulletsFired check to !stats command so stat will only show if tracking is enabled.
- [Code QoL] Flipped the condition checking RoundEndCount in Event_Infected_Death function and reformatted the statement handling.
- [Code QoL] Replaced "attacker > 0 && attacker <= MaxClients && IsClientInGame(attacker)" with "IsValidClient(attacker)" in Event_Infected_Death function.