Commands
Add
Parameter
Required
Type
Description
TMC.Commands.Add("example", "Example Command", {{name="arg", help="An Argument"}}, true, function(source, args)
-- source: player's server id
-- args: values set for arguments
end, "helper")Last updated