7 lines
162 B
Lua
7 lines
162 B
Lua
if SERVER then
|
|
|
|
concommand.Add("D3stats_clearall", function(ply, cmd, args, argsString)
|
|
print("What the hell are you doing? Not implemented yet!")
|
|
end)
|
|
|
|
end |