D3stats/lua/d3stats/sh_concommand.lua

7 lines
135 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 )
2016-10-13 21:59:52 +00:00
print( "What the hell are you doing?" )
2016-10-05 12:30:35 +00:00
end )
end