L 10/05/2019 - 22:05:40: Log file started (file "cstrike/addons/amxmodx/logs/csstats_mysql.log") (game "cstrike") (amx "1.8.3-dev+5201")
L 10/05/2019 - 22:05:40:
L 10/05/2019 - 22:05:40: CREATE TABLE IF NOT EXISTS `csstats_players` (`id` int(11) NOT NULL AUTO_INCREMENT, `nick` varchar(32) NOT NULL, `authid` varchar(32) NOT NULL, `ip` varchar(32) NOT NULL, `frags` int(11) NOT NULL DEFAULT '0',`deaths` int(11) NOT NULL DEFAULT '0',`headshots` int(11) NOT NULL DEFAULT '0',`teamkills` int(11) NOT NULL DEFAULT '0',`shots` int(11) NOT NULL DEFAULT '0',`hits` int(11) NOT NULL DEFAULT '0',`damage` int(11) NOT NULL DEFAULT '0',`suicide` int(11) NOT NULL DEFAULT '0',`defusing` int(11) NOT NULL DEFAU