D3stats/lua/d3stats/sh_concommand.lua

7 lines
162 B
Lua
Raw Normal View History

2016-10-05 12:30:35 +00:00
if SERVER then
concommand.Add("D3stats_clearall", function(ply, cmd, args, argsString)
print("What the hell are you doing? Not implemented yet!")
end)
2016-10-05 12:30:35 +00:00
end