---------------------------------------------------
--- How do I make a / chat command
---------------------------------------------------
---- example chat command == /new_command
RegisterCommand("new_command", function(source)
-- do something code here.
end)
Hits: 3