08.07.2015, 10:34
Make a server variable, add 1 to the value of it every time a cheater is caught, either make a field in SQL if you're using it for your bans that distinguishes cheaters from other bans, OnGameModeInit count the amount of rows that have that field set, set the server variable to that. Either that, or save the variable in the database and load it, but eventually it'd get 'out of sync' if the server crashes, etc.