RegisterCommand("iemote",function(source, args)
    if args[1] == "umb" then
        -- do the do
    end
end)
1 Like