-- Copyright (c) 2020 David Vogel -- -- This software is released under the MIT License. -- https://opensource.org/licenses/MIT if SERVER then concommand.Add("D3stats_clearall", function(ply, cmd, args, argsString) print("What the hell are you doing? Not implemented yet!") end) end